#95870C

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

Shades of Olive #95870C

Tints of Olive #95870C

Color information

#95870C (or 0x95870C) is unknown color: approx Olive. HEX triplet: 95, 87 and 0C. RGB value is (149,135,12). Sum of RGB (Red+Green+Blue) = 149+135+12=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95870C is #6A78F3. Grayscale: #7D7D7D. Windows color (decimal): -6977780 or 821141. OLE color: 821141.

HSL color Cylindrical-coordinate representation of color #95870C: hue angle of 53.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95870C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14913512-
CMYK00.090.920.42
HSL53.87º85.09%31.57%-
HSV(B)53.87º91.95%58.43%-
XYZ21.1223.743.82-
YUV125.1664.14145-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 12 (5.08% from 255) = 4.05%
R=50.34%
G=45.61%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491351200.090.920.4253.8785.0931.57
Hex9587C095C2A365520
Octal22520714011134526612540
Binary100101011000011111000100110111001010101101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95870C; }

 p { color: rgb(149,135,12); }

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

<style>
 a { background-color: #95870C; }

 a { background-color: rgb(149,135,12); }

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

<style>
 span { border-color: #95870C; }

 span { border-color: rgb(149,135,12); }

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