Html Css Color HEX #66A079 Oxley

📋 copy color: '#66A079'

red 102 ◦ green 160 ◦ blue 121

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

Shades of Oxley #66A079

Tints of Oxley #66A079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 26.63%
G = 41.78%
B = 31.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#66A079 (or 0x66A079) is known color: Oxley. HEX triplet: 66, A0 and 79. RGB value is (102,160,121). Sum of RGB (Red+Green+Blue) = 102+160+121=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #66A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A079 is #995F86. Grayscale: #8A8A8A. Windows color (decimal): -10051463 or 7970918. OLE color: 7970918.

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

Color convert

RGB 102 160 121 -
CMYK 0.36 0 0.24 0.37
HSL 139.66º 0.23% 0.51% -
HSV(B) 139.66º 0.36% 0.63% -
XYZ 21.5 29.35 22.62 -
YUV 138.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 102 160 121 0.36 0 0.24 0.37 139.66 0.23 0.51
Hex 66 A0 79 24 0 18 25 8C 17 33
Octal 146 240 171 44 0 30 45 214 27 63
Binary 1100110 10100000 1111001 100100 0 11000 100101 10001100 10111 110011

Color Harmonies of #66A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A079

Black with #66A079

Text Example


Text Example

White with #66A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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