Html Css Color HEX #66A080 Oxley

📋 copy color: '#66A080'

red 102 ◦ green 160 ◦ blue 128

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

Shades of Oxley #66A080

Tints of Oxley #66A080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 26.15%
G = 41.03%
B = 32.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#66A080 (or 0x66A080) is known color: Oxley. HEX triplet: 66, A0 and 80. RGB value is (102,160,128). Sum of RGB (Red+Green+Blue) = 102+160+128=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #66A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A080 is #995F7F. Grayscale: #8B8B8B. Windows color (decimal): -10051456 or 8429670. OLE color: 8429670.

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

Color convert

RGB 102 160 128 -
CMYK 0.36 0 0.20 0.37
HSL 146.9º 0.23% 0.51% -
HSV(B) 146.9º 0.36% 0.63% -
XYZ 21.95 29.52 24.96 -
YUV 139.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 102 160 128 0.36 0 0.20 0.37 146.9 0.23 0.51
Hex 66 A0 80 24 0 14 25 93 17 33
Octal 146 240 200 44 0 24 45 223 27 63
Binary 1100110 10100000 10000000 100100 0 10100 100101 10010011 10111 110011

Color Harmonies of #66A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A080

Black with #66A080

Text Example


Text Example

White with #66A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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