#669B4D

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

Shades of Apple #669B4D

Tints of Apple #669B4D

Color information

#669B4D (or 0x669B4D) is unknown color: approx Apple. HEX triplet: 66, 9B and 4D. RGB value is (102,155,77). Sum of RGB (Red+Green+Blue) = 102+155+77=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #669B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B4D is #9964B2. Grayscale: #828282. Windows color (decimal): -10052787 or 5086054. OLE color: 5086054.

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

Color convert

RGB10215577-
CMYK0.3400.500.39
HSL100.77º33.62%45.49%-
HSV(B)100.77º50.32%60.78%-
XYZ18.5426.811.22-
YUV130.2697.94107.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=30.54%
G=46.41%
B=23.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155770.3400.500.39100.7733.6245.49
Hex669B4D220322765222d
Octal14623311542062471454255
Binary110011010011011100110110001001100101001111100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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