Html Css Color HEX #66AC77 Oxley

📋 copy color: '#66AC77'

red 102 ◦ green 172 ◦ blue 119

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

Shades of Oxley #66AC77

Tints of Oxley #66AC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

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

R = 25.95%
G = 43.77%
B = 30.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#66AC77 (or 0x66AC77) is known color: Oxley. HEX triplet: 66, AC and 77. RGB value is (102,172,119). Sum of RGB (Red+Green+Blue) = 102+172+119=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC77 is #995388. Grayscale: #919191. Windows color (decimal): -10048393 or 7842918. OLE color: 7842918.

HSL color Cylindrical-coordinate representation of color #66AC77: hue angle of 134.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC77 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 119 -
CMYK 0.41 0 0.31 0.33
HSL 134.57º 0.3% 0.54% -
HSV(B) 134.57º 0.41% 0.67% -
XYZ 23.56 33.66 22.71 -
YUV 145.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 102 172 119 0.41 0 0.31 0.33 134.57 0.3 0.54
Hex 66 AC 77 29 0 1F 21 87 1E 36
Octal 146 254 167 51 0 37 41 207 36 66
Binary 1100110 10101100 1110111 101001 0 11111 100001 10000111 11110 110110

Color Harmonies of #66AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC77

Black with #66AC77

Text Example


Text Example

White with #66AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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