Html Css Color HEX #76AA77 Oxley

📋 copy color: '#76AA77'

red 118 ◦ green 170 ◦ blue 119

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

Shades of Oxley #76AA77

Tints of Oxley #76AA77

RGB

 RED value IS 118 (46.48% from 255) = 28.99%

 GREEN value IS 170 (66.8% from 255) = 41.77%

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

R = 28.99%
G = 41.77%
B = 29.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#76AA77 (or 0x76AA77) is known color: Oxley. HEX triplet: 76, AA and 77. RGB value is (118,170,119). Sum of RGB (Red+Green+Blue) = 118+170+119=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA77 is #895588. Grayscale: #949494. Windows color (decimal): -9000329 or 7842422. OLE color: 7842422.

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

Color convert

RGB 118 170 119 -
CMYK 0.31 0 0.3 0.33
HSL 121.15º 0.23% 0.56% -
HSV(B) 121.15º 0.31% 0.67% -
XYZ 25.18 33.93 22.68 -
YUV 148.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 118 170 119 0.31 0 0.3 0.33 121.15 0.23 0.56
Hex 76 AA 77 1F 0 1E 21 79 17 38
Octal 166 252 167 37 0 36 41 171 27 70
Binary 1110110 10101010 1110111 11111 0 11110 100001 1111001 10111 111000

Color Harmonies of #76AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA77

Black with #76AA77

Text Example


Text Example

White with #76AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AA77; }

 p { color: rgb(118,170,119); }

 H1.HeaderClassName
 {
   color: #76AA77;
 }
 .AnyTagClassName
 {
   color: #76AA77;
 }
</style>

background-color css

<style>
 a { background-color: #76AA77; }

 a { background-color: rgb(118,170,119); }

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

border-color css

<style>
 span { border-color: #76AA77; }

 span { border-color: rgb(118,170,119); }

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