#76957B

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

Shades of Oxley #76957B

Tints of Oxley #76957B

Color information

#76957B (or 0x76957B) is unknown color: approx Oxley. HEX triplet: 76, 95 and 7B. RGB value is (118,149,123). Sum of RGB (Red+Green+Blue) = 118+149+123=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #76957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76957B is #896A84. Grayscale: #888888. Windows color (decimal): -9005701 or 8099190. OLE color: 8099190.

HSL color Cylindrical-coordinate representation of color #76957B: hue angle of 129.68º 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 #76957B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB118149123-
CMYK0.2100.170.42
HSL129.68º12.76%52.35%-
HSV(B)129.68º20.81%58.43%-
XYZ21.7926.7822.76-
YUV136.77120.23114.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=30.26%
G=38.21%
B=31.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491230.2100.170.42129.6812.7652.35
Hex76957B150112A82d34
Octal16622517325021522021564
Binary111011010010101111101110101010001101010100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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