Html Css Color HEX #66A077 Oxley

📋 copy color: '#66A077'

red 102 ◦ green 160 ◦ blue 119

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

Shades of Oxley #66A077

Tints of Oxley #66A077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 26.77%
G = 41.99%
B = 31.23%

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

#66A077 (or 0x66A077) is known color: Oxley. HEX triplet: 66, A0 and 77. RGB value is (102,160,119). Sum of RGB (Red+Green+Blue) = 102+160+119=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #66A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A077 is #995F88. Grayscale: #8A8A8A. Windows color (decimal): -10051465 or 7839846. OLE color: 7839846.

HSL color Cylindrical-coordinate representation of color #66A077: hue angle of 137.59º 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 #66A077 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 119 -
CMYK 0.36 0 0.26 0.37
HSL 137.59º 0.23% 0.51% -
HSV(B) 137.59º 0.36% 0.63% -
XYZ 21.38 29.3 21.98 -
YUV 137.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 102 160 119 0.36 0 0.26 0.37 137.59 0.23 0.51
Hex 66 A0 77 24 0 1A 25 8A 17 33
Octal 146 240 167 44 0 32 45 212 27 63
Binary 1100110 10100000 1110111 100100 0 11010 100101 10001010 10111 110011

Color Harmonies of #66A077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A077

Black with #66A077

Text Example


Text Example

White with #66A077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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