#95840A

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

Shades of Olive #95840A

Tints of Olive #95840A

Color information

#95840A (or 0x95840A) is unknown color: approx Olive. HEX triplet: 95, 84 and 0A. RGB value is (149,132,10). Sum of RGB (Red+Green+Blue) = 149+132+10=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95840A is #6A7BF5. Grayscale: #7B7B7B. Windows color (decimal): -6978550 or 689301. OLE color: 689301.

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

Color convert

RGB14913210-
CMYK00.110.930.42
HSL52.66º87.42%31.18%-
HSV(B)52.66º93.29%58.43%-
XYZ20.722.913.62-
YUV123.1864.13146.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=51.20%
G=45.36%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491321000.110.930.4252.6687.4231.18
Hex9584A0B5D2A35571f
Octal22520412013135526512737
Binary10010101100001001010010111011101101010110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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