Html Css Color HEX #66A473 Oxley

📋 copy color: '#66A473'

red 102 ◦ green 164 ◦ blue 115

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

Shades of Oxley #66A473

Tints of Oxley #66A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 26.77%
G = 43.04%
B = 30.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#66A473 (or 0x66A473) is known color: Oxley. HEX triplet: 66, A4 and 73. RGB value is (102,164,115). Sum of RGB (Red+Green+Blue) = 102+164+115=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #66A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A473 is #995B8C. Grayscale: #8C8C8C. Windows color (decimal): -10050445 or 7578726. OLE color: 7578726.

HSL color Cylindrical-coordinate representation of color #66A473: hue angle of 132.58º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A473 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 115 -
CMYK 0.38 0 0.30 0.36
HSL 132.58º 0.25% 0.52% -
HSV(B) 132.58º 0.38% 0.64% -
XYZ 21.85 30.61 20.98 -
YUV 139.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 102 164 115 0.38 0 0.30 0.36 132.58 0.25 0.52
Hex 66 A4 73 26 0 1E 24 85 19 34
Octal 146 244 163 46 0 36 44 205 31 64
Binary 1100110 10100100 1110011 100110 0 11110 100100 10000101 11001 110100

Color Harmonies of #66A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A473

Black with #66A473

Text Example


Text Example

White with #66A473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,115); }

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

background-color css

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

 a { background-color: rgb(102,164,115); }

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

border-color css

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

 span { border-color: rgb(102,164,115); }

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