Html Css Color HEX #66A04A Apple

📋 copy color: '#66A04A'

red 102 ◦ green 160 ◦ blue 74

#66A04A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66A04A

Tints of Apple #66A04A

RGB

 RED value IS 102 (40.23% from 255) = 30.36%

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 30.36%
G = 47.62%
B = 22.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#66A04A (or 0x66A04A) is known color: Apple. HEX triplet: 66, A0 and 4A. RGB value is (102,160,74). Sum of RGB (Red+Green+Blue) = 102+160+74=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #66A04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A04A is #995FB5. Grayscale: #858585. Windows color (decimal): -10051510 or 4890726. OLE color: 4890726.

HSL color Cylindrical-coordinate representation of color #66A04A: hue angle of 100.47º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A04A is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 74 -
CMYK 0.36 0 0.54 0.37
HSL 100.47º 0.37% 0.46% -
HSV(B) 100.47º 0.54% 0.63% -
XYZ 19.29 28.46 10.96 -
YUV 132.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 102 160 74 0.36 0 0.54 0.37 100.47 0.37 0.46
Hex 66 A0 4A 24 0 36 25 64 25 2E
Octal 146 240 112 44 0 66 45 144 45 56
Binary 1100110 10100000 1001010 100100 0 110110 100101 1100100 100101 101110

Color Harmonies of #66A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A04A

Black with #66A04A

Text Example


Text Example

White with #66A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66A04A;
 }
 .AnyTagClassName
 {
   color: #66A04A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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