#76A57A

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

Shades of Oxley #76A57A

Tints of Oxley #76A57A

Color information

#76A57A (or 0x76A57A) is unknown color: approx Oxley. HEX triplet: 76, A5 and 7A. RGB value is (118,165,122). Sum of RGB (Red+Green+Blue) = 118+165+122=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #76A57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A57A is #895A85. Grayscale: #929292. Windows color (decimal): -9001606 or 8037750. OLE color: 8037750.

HSL color Cylindrical-coordinate representation of color #76A57A: hue angle of 125.11º 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 #76A57A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB118165122-
CMYK0.2800.260.35
HSL125.11º20.7%55.49%-
HSV(B)125.11º28.48%64.71%-
XYZ24.4432.1723.33-
YUV146.05114.43108-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=29.14%
G=40.74%
B=30.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181651220.2800.260.35125.1120.755.49
Hex76A57A1C01A237d1537
Octal16624517234032431752567
Binary111011010100101111101011100011010100011111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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