Html Css Color HEX #76A177 Oxley

📋 copy color: '#76A177'

red 118 ◦ green 161 ◦ blue 119

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

Shades of Oxley #76A177

Tints of Oxley #76A177

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 29.65%
G = 40.45%
B = 29.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#76A177 (or 0x76A177) is known color: Oxley. HEX triplet: 76, A1 and 77. RGB value is (118,161,119). Sum of RGB (Red+Green+Blue) = 118+161+119=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #76A177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A177 is #895E88. Grayscale: #8F8F8F. Windows color (decimal): -9002633 or 7840118. OLE color: 7840118.

HSL color Cylindrical-coordinate representation of color #76A177: hue angle of 121.4º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A177 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 119 -
CMYK 0.27 0 0.26 0.37
HSL 121.4º 0.19% 0.55% -
HSV(B) 121.4º 0.27% 0.63% -
XYZ 23.55 30.67 22.13 -
YUV 143.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 118 161 119 0.27 0 0.26 0.37 121.4 0.19 0.55
Hex 76 A1 77 1B 0 1A 25 79 13 37
Octal 166 241 167 33 0 32 45 171 23 67
Binary 1110110 10100001 1110111 11011 0 11010 100101 1111001 10011 110111

Color Harmonies of #76A177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A177

Black with #76A177

Text Example


Text Example

White with #76A177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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