Html Css Color HEX #66AA37 Apple

📋 copy color: '#66AA37'

red 102 ◦ green 170 ◦ blue 55

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

Shades of Apple #66AA37

Tints of Apple #66AA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 31.19%
G = 51.99%
B = 16.82%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#66AA37 (or 0x66AA37) is known color: Apple. HEX triplet: 66, AA and 37. RGB value is (102,170,55). Sum of RGB (Red+Green+Blue) = 102+170+55=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA37 is #9955C8. Grayscale: #888888. Windows color (decimal): -10048969 or 3648102. OLE color: 3648102.

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

Color convert

RGB 102 170 55 -
CMYK 0.4 0 0.68 0.33
HSL 95.48º 0.51% 0.44% -
HSV(B) 95.48º 0.68% 0.67% -
XYZ 20.54 31.85 8.68 -
YUV 136.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 102 170 55 0.4 0 0.68 0.33 95.48 0.51 0.44
Hex 66 AA 37 28 0 44 21 5F 33 2C
Octal 146 252 67 50 0 104 41 137 63 54
Binary 1100110 10101010 110111 101000 0 1000100 100001 1011111 110011 101100

Color Harmonies of #66AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA37

Black with #66AA37

Text Example


Text Example

White with #66AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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