Html Css Color HEX #66A078 Oxley

📋 copy color: '#66A078'

red 102 ◦ green 160 ◦ blue 120

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

Shades of Oxley #66A078

Tints of Oxley #66A078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 26.7%
G = 41.88%
B = 31.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#66A078 (or 0x66A078) is known color: Oxley. HEX triplet: 66, A0 and 78. RGB value is (102,160,120). Sum of RGB (Red+Green+Blue) = 102+160+120=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #66A078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A078 is #995F87. Grayscale: #8A8A8A. Windows color (decimal): -10051464 or 7905382. OLE color: 7905382.

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

Color convert

RGB 102 160 120 -
CMYK 0.36 0 0.25 0.37
HSL 138.62º 0.23% 0.51% -
HSV(B) 138.62º 0.36% 0.63% -
XYZ 21.44 29.32 22.3 -
YUV 138.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 102 160 120 0.36 0 0.25 0.37 138.62 0.23 0.51
Hex 66 A0 78 24 0 19 25 8B 17 33
Octal 146 240 170 44 0 31 45 213 27 63
Binary 1100110 10100000 1111000 100100 0 11001 100101 10001011 10111 110011

Color Harmonies of #66A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A078

Black with #66A078

Text Example


Text Example

White with #66A078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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