#76977B

Color #76977B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #76977B

Tints of Oxley #76977B

Color information

#76977B (or 0x76977B) is unknown color: approx Oxley. HEX triplet: 76, 97 and 7B. RGB value is (118,151,123). Sum of RGB (Red+Green+Blue) = 118+151+123=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #76977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977B is #896884. Grayscale: #8A8A8A. Windows color (decimal): -9005189 or 8099702. OLE color: 8099702.

HSL color Cylindrical-coordinate representation of color #76977B: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76977B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB118151123-
CMYK0.2200.190.41
HSL129.09º13.69%52.75%-
HSV(B)129.09º21.85%59.22%-
XYZ22.1127.4122.87-
YUV137.94119.57113.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=30.10%
G=38.52%
B=31.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511230.2200.190.41129.0913.6952.75
Hex76977B160132981e35
Octal16622717326023512011665
Binary111011010010111111101110110010011101001100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76977B; }

 p { color: rgb(118,151,123); }

 H1.HeaderClassName
 {
   color: #76977B;
 }
 .AnyTagClassName
 {
   color: #76977B;
 }
</style>
background-color css

<style>
 a { background-color: #76977B; }

 a { background-color: rgb(118,151,123); }

 div.DivClassName
 {
   background-color: #76977B;
 }
 .BgClassName
 {
   background-color: #76977B;
 }
</style>
border-color css

<style>
 span { border-color: #76977B; }

 span { border-color: rgb(118,151,123); }

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