Html Css Color HEX #66AB7D Oxley

📋 copy color: '#66AB7D'

red 102 ◦ green 171 ◦ blue 125

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

Shades of Oxley #66AB7D

Tints of Oxley #66AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 25.63%
G = 42.96%
B = 31.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#66AB7D (or 0x66AB7D) is known color: Oxley. HEX triplet: 66, AB and 7D. RGB value is (102,171,125). Sum of RGB (Red+Green+Blue) = 102+171+125=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB7D is #995482. Grayscale: #919191. Windows color (decimal): -10048643 or 8235878. OLE color: 8235878.

HSL color Cylindrical-coordinate representation of color #66AB7D: hue angle of 140º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB7D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 125 -
CMYK 0.40 0 0.27 0.33
HSL 140º 0.29% 0.54% -
HSV(B) 140º 0.4% 0.67% -
XYZ 23.74 33.43 24.6 -
YUV 145.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 102 171 125 0.40 0 0.27 0.33 140 0.29 0.54
Hex 66 AB 7D 28 0 1B 21 8C 1D 36
Octal 146 253 175 50 0 33 41 214 35 66
Binary 1100110 10101011 1111101 101000 0 11011 100001 10001100 11101 110110

Color Harmonies of #66AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB7D

Black with #66AB7D

Text Example


Text Example

White with #66AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,125); }

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

background-color css

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

 a { background-color: rgb(102,171,125); }

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

border-color css

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

 span { border-color: rgb(102,171,125); }

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