#76957D

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

Shades of Oxley #76957D

Tints of Oxley #76957D

Color information

#76957D (or 0x76957D) is unknown color: approx Oxley. HEX triplet: 76, 95 and 7D. RGB value is (118,149,125). Sum of RGB (Red+Green+Blue) = 118+149+125=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #76957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76957D is #896A82. Grayscale: #898989. Windows color (decimal): -9005699 or 8230262. OLE color: 8230262.

HSL color Cylindrical-coordinate representation of color #76957D: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76957D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB118149125-
CMYK0.2100.160.42
HSL133.55º12.76%52.35%-
HSV(B)133.55º20.81%58.43%-
XYZ21.9226.8323.42-
YUV137121.23114.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=30.10%
G=38.01%
B=31.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491250.2100.160.42133.5512.7652.35
Hex76957D150102A86d34
Octal16622517525020522061564
Binary111011010010101111110110101010000101010100001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76957D; }

 p { color: rgb(118,149,125); }

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

<style>
 a { background-color: #76957D; }

 a { background-color: rgb(118,149,125); }

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

<style>
 span { border-color: #76957D; }

 span { border-color: rgb(118,149,125); }

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