#669B47

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

Shades of Apple #669B47

Tints of Apple #669B47

Color information

#669B47 (or 0x669B47) is unknown color: approx Apple. HEX triplet: 66, 9B and 47. RGB value is (102,155,71). Sum of RGB (Red+Green+Blue) = 102+155+71=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #669B47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B47 is #9964B8. Grayscale: #818181. Windows color (decimal): -10052793 or 4692838. OLE color: 4692838.

HSL color Cylindrical-coordinate representation of color #669B47: hue angle of 97.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669B47 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB10215571-
CMYK0.3400.540.39
HSL97.86º37.17%44.31%-
HSV(B)97.86º54.19%60.78%-
XYZ18.3426.7210.15-
YUV129.5894.94108.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=31.10%
G=47.26%
B=21.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155710.3400.540.3997.8637.1744.31
Hex669B47220362762252c
Octal14623310742066471424554
Binary110011010011011100011110001001101101001111100010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,71); }

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

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

 a { background-color: rgb(102,155,71); }

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

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

 span { border-color: rgb(102,155,71); }

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