#669F3F

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

Shades of Apple #669F3F

Tints of Apple #669F3F

Color information

#669F3F (or 0x669F3F) is unknown color: approx Apple. HEX triplet: 66, 9F and 3F. RGB value is (102,159,63). Sum of RGB (Red+Green+Blue) = 102+159+63=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #669F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F3F is #9960C0. Grayscale: #838383. Windows color (decimal): -10051777 or 4169574. OLE color: 4169574.

HSL color Cylindrical-coordinate representation of color #669F3F: hue angle of 95.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669F3F is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB10215963-
CMYK0.3600.600.38
HSL95.62º43.24%43.53%-
HSV(B)95.62º60.38%62.35%-
XYZ18.7727.989.11-
YUV131.0189.62107.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 63 (25% from 255) = 19.44%
R=31.48%
G=49.07%
B=19.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102159630.3600.600.3895.6243.2443.53
Hex669F3F2403C26602b2c
Octal1462377744074461405354
Binary11001101001111111111110010001111001001101100000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F3F; }

 p { color: rgb(102,159,63); }

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

<style>
 a { background-color: #669F3F; }

 a { background-color: rgb(102,159,63); }

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

<style>
 span { border-color: #669F3F; }

 span { border-color: rgb(102,159,63); }

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