#76A57B

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

Shades of Oxley #76A57B

Tints of Oxley #76A57B

Color information

#76A57B (or 0x76A57B) is unknown color: approx Oxley. HEX triplet: 76, A5 and 7B. RGB value is (118,165,123). Sum of RGB (Red+Green+Blue) = 118+165+123=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #76A57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A57B is #895A84. Grayscale: #929292. Windows color (decimal): -9001605 or 8103286. OLE color: 8103286.

HSL color Cylindrical-coordinate representation of color #76A57B: hue angle of 126.38º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A57B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB118165123-
CMYK0.2800.250.35
HSL126.38º20.7%55.49%-
HSV(B)126.38º28.48%64.71%-
XYZ24.532.1923.66-
YUV146.16114.93107.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=29.06%
G=40.64%
B=30.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181651230.2800.250.35126.3820.755.49
Hex76A57B1C019237e1537
Octal16624517334031431762567
Binary111011010100101111101111100011001100011111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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