Html Css Color HEX #66A777 Oxley

📋 copy color: '#66A777'

red 102 ◦ green 167 ◦ blue 119

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

Shades of Oxley #66A777

Tints of Oxley #66A777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 26.29%
G = 43.04%
B = 30.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#66A777 (or 0x66A777) is known color: Oxley. HEX triplet: 66, A7 and 77. RGB value is (102,167,119). Sum of RGB (Red+Green+Blue) = 102+167+119=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #66A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A777 is #995888. Grayscale: #8E8E8E. Windows color (decimal): -10049673 or 7841638. OLE color: 7841638.

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

Color convert

RGB 102 167 119 -
CMYK 0.39 0 0.29 0.35
HSL 135.69º 0.27% 0.53% -
HSV(B) 135.69º 0.39% 0.65% -
XYZ 22.63 31.79 22.4 -
YUV 142.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 102 167 119 0.39 0 0.29 0.35 135.69 0.27 0.53
Hex 66 A7 77 27 0 1D 23 88 1B 35
Octal 146 247 167 47 0 35 43 210 33 65
Binary 1100110 10100111 1110111 100111 0 11101 100011 10001000 11011 110101

Color Harmonies of #66A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A777

Black with #66A777

Text Example


Text Example

White with #66A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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