#95800A

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

Shades of Olive #95800A

Tints of Olive #95800A

Color information

#95800A (or 0x95800A) is unknown color: approx Olive. HEX triplet: 95, 80 and 0A. RGB value is (149,128,10). Sum of RGB (Red+Green+Blue) = 149+128+10=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #95800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95800A is #6A7FF5. Grayscale: #797979. Windows color (decimal): -6979574 or 688277. OLE color: 688277.

HSL color Cylindrical-coordinate representation of color #95800A: hue angle of 50.94º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95800A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14912810-
CMYK00.140.930.42
HSL50.94º87.42%31.18%-
HSV(B)50.94º93.29%58.43%-
XYZ20.1721.853.44-
YUV120.8365.46148.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=51.92%
G=44.60%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491281000.140.930.4250.9487.4231.18
Hex9580A0E5D2A33571f
Octal22520012016135526312737
Binary10010101100000001010011101011101101010110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95800A; }

 p { color: rgb(149,128,10); }

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

<style>
 a { background-color: #95800A; }

 a { background-color: rgb(149,128,10); }

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

<style>
 span { border-color: #95800A; }

 span { border-color: rgb(149,128,10); }

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