#76967D

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

Shades of Oxley #76967D

Tints of Oxley #76967D

Color information

#76967D (or 0x76967D) is unknown color: approx Oxley. HEX triplet: 76, 96 and 7D. RGB value is (118,150,125). Sum of RGB (Red+Green+Blue) = 118+150+125=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #76967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967D is #896982. Grayscale: #898989. Windows color (decimal): -9005443 or 8230518. OLE color: 8230518.

HSL color Cylindrical-coordinate representation of color #76967D: hue angle of 133.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76967D is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB118150125-
CMYK0.2100.170.41
HSL133.12º13.22%52.55%-
HSV(B)133.12º21.33%58.82%-
XYZ22.0827.1423.48-
YUV137.58120.9114.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=30.03%
G=38.17%
B=31.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501250.2100.170.41133.1213.2252.55
Hex76967D150112985d35
Octal16622617525021512051565
Binary111011010010110111110110101010001101001100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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