#5A5007

Color #5A5007 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A5007

Tints of Bronze Olive #5A5007

Color information

#5A5007 (or 0x5A5007) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 07. RGB value is (90,80,7). Sum of RGB (Red+Green+Blue) = 90+80+7=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5007 is #A5AFF8. Grayscale: #4A4A4A. Windows color (decimal): -10858489 or 479322. OLE color: 479322.

HSL color Cylindrical-coordinate representation of color #5A5007: hue angle of 52.77º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A5007 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB90807-
CMYK00.110.920.65
HSL52.77º85.57%19.02%-
HSV(B)52.77º92.22%35.29%-
XYZ7.127.931.36-
YUV74.6789.81138.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=50.85%
G=45.20%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9080700.110.920.6552.7785.5719.02
Hex5A5070B5C41355613
Octal13212070131341016512623
Binary101101010100001110101110111001000001110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5007; }

 p { color: rgb(90,80,7); }

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

<style>
 a { background-color: #5A5007; }

 a { background-color: rgb(90,80,7); }

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

<style>
 span { border-color: #5A5007; }

 span { border-color: rgb(90,80,7); }

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