#66A74B

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

Shades of Apple #66A74B

Tints of Apple #66A74B

Color information

#66A74B (or 0x66A74B) is unknown color: approx Apple. HEX triplet: 66, A7 and 4B. RGB value is (102,167,75). Sum of RGB (Red+Green+Blue) = 102+167+75=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #66A74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A74B is #9958B4. Grayscale: #898989. Windows color (decimal): -10049717 or 4958054. OLE color: 4958054.

HSL color Cylindrical-coordinate representation of color #66A74B: hue angle of 102.39º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A74B is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB10216775-
CMYK0.3900.550.35
HSL102.39º38.02%47.45%-
HSV(B)102.39º55.09%65.49%-
XYZ20.5730.9711.55-
YUV137.0892.97102.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 167 (65.62% from 255) = 48.55%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=29.65%
G=48.55%
B=21.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102167750.3900.550.35102.3938.0247.45
Hex66A74B270372366262f
Octal14624711347067431464657
Binary110011010100111100101110011101101111000111100110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A74B; }

 p { color: rgb(102,167,75); }

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

<style>
 a { background-color: #66A74B; }

 a { background-color: rgb(102,167,75); }

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

<style>
 span { border-color: #66A74B; }

 span { border-color: rgb(102,167,75); }

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