Html Css Color HEX #66A171 Oxley

📋 copy color: '#66A171'

red 102 ◦ green 161 ◦ blue 113

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

Shades of Oxley #66A171

Tints of Oxley #66A171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

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

R = 27.13%
G = 42.82%
B = 30.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#66A171 (or 0x66A171) is known color: Oxley. HEX triplet: 66, A1 and 71. RGB value is (102,161,113). Sum of RGB (Red+Green+Blue) = 102+161+113=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #66A171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A171 is #995E8E. Grayscale: #8A8A8A. Windows color (decimal): -10051215 or 7446886. OLE color: 7446886.

HSL color Cylindrical-coordinate representation of color #66A171: hue angle of 131.19º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A171 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 113 -
CMYK 0.37 0 0.30 0.37
HSL 131.19º 0.24% 0.52% -
HSV(B) 131.19º 0.37% 0.63% -
XYZ 21.2 29.51 20.2 -
YUV 137.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 102 161 113 0.37 0 0.30 0.37 131.19 0.24 0.52
Hex 66 A1 71 25 0 1E 25 83 18 34
Octal 146 241 161 45 0 36 45 203 30 64
Binary 1100110 10100001 1110001 100101 0 11110 100101 10000011 11000 110100

Color Harmonies of #66A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A171

Black with #66A171

Text Example


Text Example

White with #66A171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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