Html Css Color HEX #66A981 Oxley

📋 copy color: '#66A981'

red 102 ◦ green 169 ◦ blue 129

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

Shades of Oxley #66A981

Tints of Oxley #66A981

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 25.5%
G = 42.25%
B = 32.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#66A981 (or 0x66A981) is known color: Oxley. HEX triplet: 66, A9 and 81. RGB value is (102,169,129). Sum of RGB (Red+Green+Blue) = 102+169+129=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #66A981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A981 is #99567E. Grayscale: #909090. Windows color (decimal): -10049151 or 8497510. OLE color: 8497510.

HSL color Cylindrical-coordinate representation of color #66A981: hue angle of 144.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A981 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 129 -
CMYK 0.40 0 0.24 0.34
HSL 144.18º 0.28% 0.53% -
HSV(B) 144.18º 0.4% 0.66% -
XYZ 23.63 32.79 25.85 -
YUV 144.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 102 169 129 0.40 0 0.24 0.34 144.18 0.28 0.53
Hex 66 A9 81 28 0 18 22 90 1C 35
Octal 146 251 201 50 0 30 42 220 34 65
Binary 1100110 10101001 10000001 101000 0 11000 100010 10010000 11100 110101

Color Harmonies of #66A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A981

Black with #66A981

Text Example


Text Example

White with #66A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,129); }

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

background-color css

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

 a { background-color: rgb(102,169,129); }

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

border-color css

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

 span { border-color: rgb(102,169,129); }

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