#669B4F

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

Shades of Apple #669B4F

Tints of Apple #669B4F

Color information

#669B4F (or 0x669B4F) is unknown color: approx Apple. HEX triplet: 66, 9B and 4F. RGB value is (102,155,79). Sum of RGB (Red+Green+Blue) = 102+155+79=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #669B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B4F is #9964B0. Grayscale: #828282. Windows color (decimal): -10052785 or 5217126. OLE color: 5217126.

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

Color convert

RGB10215579-
CMYK0.3400.490.39
HSL101.84º32.48%45.88%-
HSV(B)101.84º49.03%60.78%-
XYZ18.6126.8311.6-
YUV130.4998.94107.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=30.36%
G=46.13%
B=23.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155790.3400.490.39101.8432.4845.88
Hex669B4F220312766202e
Octal14623311742061471464056
Binary110011010011011100111110001001100011001111100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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