#69B34C

Color #69B34C Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69B34C

Tints of Apple #69B34C

Color information

#69B34C (or 0x69B34C) is unknown color: approx Apple. HEX triplet: 69, B3 and 4C. RGB value is (105,179,76). Sum of RGB (Red+Green+Blue) = 105+179+76=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #69B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B34C is #964CB3. Grayscale: #919191. Windows color (decimal): -9850036 or 5026665. OLE color: 5026665.

HSL color Cylindrical-coordinate representation of color #69B34C: hue angle of 103.11º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B34C is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB10517976-
CMYK0.4100.580.30
HSL103.11º40.39%50%-
HSV(B)103.11º57.54%70.2%-
XYZ23.2535.7712.52-
YUV145.1388.9899.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 179 (70.31% from 255) = 49.72%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=29.17%
G=49.72%
B=21.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105179760.4100.580.30103.1140.3950
Hex69B34C2903A1E672832
Octal15126311451072361475062
Binary11010011011001110011001010010111010111101100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B34C; }

 p { color: rgb(105,179,76); }

 H1.HeaderClassName
 {
   color: #69B34C;
 }
 .AnyTagClassName
 {
   color: #69B34C;
 }
</style>
background-color css

<style>
 a { background-color: #69B34C; }

 a { background-color: rgb(105,179,76); }

 div.DivClassName
 {
   background-color: #69B34C;
 }
 .BgClassName
 {
   background-color: #69B34C;
 }
</style>
border-color css

<style>
 span { border-color: #69B34C; }

 span { border-color: rgb(105,179,76); }

 td.TdClassName
 {
   border-color: #69B34C;
 }
 .TagClassName
 {
   border-color: #69B34C;
 }
</style>