#958700

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

Shades of Olive #958700

Tints of Olive #958700

Color information

#958700 (or 0x958700) is unknown color: approx Olive. HEX triplet: 95, 87 and 00. RGB value is (149,135,0). Sum of RGB (Red+Green+Blue) = 149+135+0=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #958700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958700 is #6A78FF. Grayscale: #7C7C7C. Windows color (decimal): -6977792 or 34709. OLE color: 34709.

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

Color convert

RGB1491350-
CMYK00.0910.42
HSL54.36º100%29.22%-
HSV(B)54.36º100%58.43%-
XYZ21.0623.723.47-
YUV123.858.14145.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.46%
G=47.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149135000.0910.4254.3610029.22
Hex9587009642A36641d
Octal2252070011144526614435
Binary10010101100001110010011100100101010110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958700; }

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

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

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

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

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

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

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

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