Html Css Color HEX #66A773 Oxley

📋 copy color: '#66A773'

red 102 ◦ green 167 ◦ blue 115

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

Shades of Oxley #66A773

Tints of Oxley #66A773

RGB

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

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

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

R = 26.56%
G = 43.49%
B = 29.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#66A773 (or 0x66A773) is known color: Oxley. HEX triplet: 66, A7 and 73. RGB value is (102,167,115). Sum of RGB (Red+Green+Blue) = 102+167+115=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #66A773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A773 is #99588C. Grayscale: #8D8D8D. Windows color (decimal): -10049677 or 7579494. OLE color: 7579494.

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

Color convert

RGB 102 167 115 -
CMYK 0.39 0 0.31 0.35
HSL 132º 0.27% 0.53% -
HSV(B) 132º 0.39% 0.65% -
XYZ 22.39 31.7 21.16 -
YUV 141.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 102 167 115 0.39 0 0.31 0.35 132 0.27 0.53
Hex 66 A7 73 27 0 1F 23 84 1B 35
Octal 146 247 163 47 0 37 43 204 33 65
Binary 1100110 10100111 1110011 100111 0 11111 100011 10000100 11011 110101

Color Harmonies of #66A773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A773

Black with #66A773

Text Example


Text Example

White with #66A773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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