Html Css Color HEX #66A680 Oxley

📋 copy color: '#66A680'

red 102 ◦ green 166 ◦ blue 128

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

Shades of Oxley #66A680

Tints of Oxley #66A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

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

R = 25.76%
G = 41.92%
B = 32.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#66A680 (or 0x66A680) is known color: Oxley. HEX triplet: 66, A6 and 80. RGB value is (102,166,128). Sum of RGB (Red+Green+Blue) = 102+166+128=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #66A680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A680 is #99597F. Grayscale: #8E8E8E. Windows color (decimal): -10049920 or 8431206. OLE color: 8431206.

HSL color Cylindrical-coordinate representation of color #66A680: hue angle of 144.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A680 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 128 -
CMYK 0.39 0 0.23 0.35
HSL 144.38º 0.26% 0.53% -
HSV(B) 144.38º 0.39% 0.65% -
XYZ 23.01 31.66 25.32 -
YUV 142.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 102 166 128 0.39 0 0.23 0.35 144.38 0.26 0.53
Hex 66 A6 80 27 0 17 23 90 1A 35
Octal 146 246 200 47 0 27 43 220 32 65
Binary 1100110 10100110 10000000 100111 0 10111 100011 10010000 11010 110101

Color Harmonies of #66A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A680

Black with #66A680

Text Example


Text Example

White with #66A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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