Html Css Color HEX #76A477 Oxley

📋 copy color: '#76A477'

red 118 ◦ green 164 ◦ blue 119

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

Shades of Oxley #76A477

Tints of Oxley #76A477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 29.43%
G = 40.9%
B = 29.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#76A477 (or 0x76A477) is known color: Oxley. HEX triplet: 76, A4 and 77. RGB value is (118,164,119). Sum of RGB (Red+Green+Blue) = 118+164+119=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #76A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A477 is #895B88. Grayscale: #919191. Windows color (decimal): -9001865 or 7840886. OLE color: 7840886.

HSL color Cylindrical-coordinate representation of color #76A477: hue angle of 121.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A477 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 119 -
CMYK 0.28 0 0.27 0.36
HSL 121.3º 0.2% 0.55% -
HSV(B) 121.3º 0.28% 0.64% -
XYZ 24.08 31.73 22.31 -
YUV 145.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 118 164 119 0.28 0 0.27 0.36 121.3 0.2 0.55
Hex 76 A4 77 1C 0 1B 24 79 14 37
Octal 166 244 167 34 0 33 44 171 24 67
Binary 1110110 10100100 1110111 11100 0 11011 100100 1111001 10100 110111

Color Harmonies of #76A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A477

Black with #76A477

Text Example


Text Example

White with #76A477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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