Html Css Color HEX #66AB7F Oxley

📋 copy color: '#66AB7F'

red 102 ◦ green 171 ◦ blue 127

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

Shades of Oxley #66AB7F

Tints of Oxley #66AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 25.5%
G = 42.75%
B = 31.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#66AB7F (or 0x66AB7F) is known color: Oxley. HEX triplet: 66, AB and 7F. RGB value is (102,171,127). Sum of RGB (Red+Green+Blue) = 102+171+127=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB7F is #995480. Grayscale: #919191. Windows color (decimal): -10048641 or 8366950. OLE color: 8366950.

HSL color Cylindrical-coordinate representation of color #66AB7F: hue angle of 141.74º 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 #66AB7F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 127 -
CMYK 0.40 0 0.26 0.33
HSL 141.74º 0.29% 0.54% -
HSV(B) 141.74º 0.4% 0.67% -
XYZ 23.87 33.48 25.28 -
YUV 145.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 102 171 127 0.40 0 0.26 0.33 141.74 0.29 0.54
Hex 66 AB 7F 28 0 1A 21 8E 1D 36
Octal 146 253 177 50 0 32 41 216 35 66
Binary 1100110 10101011 1111111 101000 0 11010 100001 10001110 11101 110110

Color Harmonies of #66AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB7F

Black with #66AB7F

Text Example


Text Example

White with #66AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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