#669D4A

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

Shades of Apple #669D4A

Tints of Apple #669D4A

Color information

#669D4A (or 0x669D4A) is unknown color: approx Apple. HEX triplet: 66, 9D and 4A. RGB value is (102,157,74). Sum of RGB (Red+Green+Blue) = 102+157+74=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #669D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D4A is #9962B5. Grayscale: #838383. Windows color (decimal): -10052278 or 4889958. OLE color: 4889958.

HSL color Cylindrical-coordinate representation of color #669D4A: hue angle of 99.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669D4A is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB10215774-
CMYK0.3500.530.38
HSL99.76º35.93%45.29%-
HSV(B)99.76º52.87%61.57%-
XYZ18.7727.4310.78-
YUV131.0995.78107.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=30.63%
G=47.15%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102157740.3500.530.3899.7635.9345.29
Hex669D4A230352664242d
Octal14623511243065461444455
Binary110011010011101100101010001101101011001101100100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,74); }

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

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

 a { background-color: rgb(102,157,74); }

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

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

 span { border-color: rgb(102,157,74); }

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