Html Css Color HEX #66AA49 Apple

📋 copy color: '#66AA49'

red 102 ◦ green 170 ◦ blue 73

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

Shades of Apple #66AA49

Tints of Apple #66AA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 29.57%
G = 49.28%
B = 21.16%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#66AA49 (or 0x66AA49) is known color: Apple. HEX triplet: 66, AA and 49. RGB value is (102,170,73). Sum of RGB (Red+Green+Blue) = 102+170+73=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA49 is #9955B6. Grayscale: #8A8A8A. Windows color (decimal): -10048951 or 4827750. OLE color: 4827750.

HSL color Cylindrical-coordinate representation of color #66AA49: hue angle of 102.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66AA49 is Cyan = 0.4, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 170 73 -
CMYK 0.4 0 0.57 0.33
HSL 102.06º 0.4% 0.48% -
HSV(B) 102.06º 0.57% 0.67% -
XYZ 21.06 32.06 11.38 -
YUV 138.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 102 170 73 0.4 0 0.57 0.33 102.06 0.4 0.48
Hex 66 AA 49 28 0 39 21 66 28 30
Octal 146 252 111 50 0 71 41 146 50 60
Binary 1100110 10101010 1001001 101000 0 111001 100001 1100110 101000 110000

Color Harmonies of #66AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA49

Black with #66AA49

Text Example


Text Example

White with #66AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,170,73); }

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

background-color css

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

 a { background-color: rgb(102,170,73); }

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

border-color css

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

 span { border-color: rgb(102,170,73); }

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