#95810A

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

Shades of Olive #95810A

Tints of Olive #95810A

Color information

#95810A (or 0x95810A) is unknown color: approx Olive. HEX triplet: 95, 81 and 0A. RGB value is (149,129,10). Sum of RGB (Red+Green+Blue) = 149+129+10=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95810A is #6A7EF5. Grayscale: #797979. Windows color (decimal): -6979318 or 688533. OLE color: 688533.

HSL color Cylindrical-coordinate representation of color #95810A: hue angle of 51.37º 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 #95810A is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14912910-
CMYK00.130.930.42
HSL51.37º87.42%31.18%-
HSV(B)51.37º93.29%58.43%-
XYZ20.322.113.49-
YUV121.4165.13147.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=51.74%
G=44.79%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491291000.130.930.4251.3787.4231.18
Hex9581A0D5D2A33571f
Octal22520112015135526312737
Binary10010101100000011010011011011101101010110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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