Html Css Color HEX #66A076 Oxley

📋 copy color: '#66A076'

red 102 ◦ green 160 ◦ blue 118

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

Shades of Oxley #66A076

Tints of Oxley #66A076

RGB

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

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

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

R = 26.84%
G = 42.11%
B = 31.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#66A076 (or 0x66A076) is known color: Oxley. HEX triplet: 66, A0 and 76. RGB value is (102,160,118). Sum of RGB (Red+Green+Blue) = 102+160+118=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #66A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A076 is #995F89. Grayscale: #898989. Windows color (decimal): -10051466 or 7774310. OLE color: 7774310.

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

Color convert

RGB 102 160 118 -
CMYK 0.36 0 0.26 0.37
HSL 136.55º 0.23% 0.51% -
HSV(B) 136.55º 0.36% 0.63% -
XYZ 21.32 29.27 21.67 -
YUV 137.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 102 160 118 0.36 0 0.26 0.37 136.55 0.23 0.51
Hex 66 A0 76 24 0 1A 25 89 17 33
Octal 146 240 166 44 0 32 45 211 27 63
Binary 1100110 10100000 1110110 100100 0 11010 100101 10001001 10111 110011

Color Harmonies of #66A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A076

Black with #66A076

Text Example


Text Example

White with #66A076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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