Html Css Color HEX #66A771 Oxley

📋 copy color: '#66A771'

red 102 ◦ green 167 ◦ blue 113

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

Shades of Oxley #66A771

Tints of Oxley #66A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.72%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 26.7%
G = 43.72%
B = 29.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#66A771 (or 0x66A771) is known color: Oxley. HEX triplet: 66, A7 and 71. RGB value is (102,167,113). Sum of RGB (Red+Green+Blue) = 102+167+113=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #66A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A771 is #99588E. Grayscale: #8D8D8D. Windows color (decimal): -10049679 or 7448422. OLE color: 7448422.

HSL color Cylindrical-coordinate representation of color #66A771: hue angle of 130.15º degrees, saturation: 0.27, 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 #66A771 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 167 113 -
CMYK 0.39 0 0.32 0.35
HSL 130.15º 0.27% 0.53% -
HSV(B) 130.15º 0.39% 0.65% -
XYZ 22.28 31.65 20.56 -
YUV 141.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 102 167 113 0.39 0 0.32 0.35 130.15 0.27 0.53
Hex 66 A7 71 27 0 20 23 82 1B 35
Octal 146 247 161 47 0 40 43 202 33 65
Binary 1100110 10100111 1110001 100111 0 100000 100011 10000010 11011 110101

Color Harmonies of #66A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A771

Black with #66A771

Text Example


Text Example

White with #66A771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,167,113); }

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

background-color css

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

 a { background-color: rgb(102,167,113); }

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

border-color css

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

 span { border-color: rgb(102,167,113); }

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