Html Css Color HEX #66AA76 Oxley

📋 copy color: '#66AA76'

red 102 ◦ green 170 ◦ blue 118

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

Shades of Oxley #66AA76

Tints of Oxley #66AA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 26.15%
G = 43.59%
B = 30.26%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#66AA76 (or 0x66AA76) is known color: Oxley. HEX triplet: 66, AA and 76. RGB value is (102,170,118). Sum of RGB (Red+Green+Blue) = 102+170+118=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA76 is #995589. Grayscale: #8F8F8F. Windows color (decimal): -10048906 or 7776870. OLE color: 7776870.

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

Color convert

RGB 102 170 118 -
CMYK 0.4 0 0.31 0.33
HSL 134.12º 0.29% 0.53% -
HSV(B) 134.12º 0.4% 0.67% -
XYZ 23.12 32.88 22.27 -
YUV 143.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 102 170 118 0.4 0 0.31 0.33 134.12 0.29 0.53
Hex 66 AA 76 28 0 1F 21 86 1D 35
Octal 146 252 166 50 0 37 41 206 35 65
Binary 1100110 10101010 1110110 101000 0 11111 100001 10000110 11101 110101

Color Harmonies of #66AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA76

Black with #66AA76

Text Example


Text Example

White with #66AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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