#958E05

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

Shades of Olive #958E05

Tints of Olive #958E05

Color information

#958E05 (or 0x958E05) is unknown color: approx Olive. HEX triplet: 95, 8E and 05. RGB value is (149,142,5). Sum of RGB (Red+Green+Blue) = 149+142+5=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #958E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958E05 is #6A71FA. Grayscale: #818181. Windows color (decimal): -6975995 or 364181. OLE color: 364181.

HSL color Cylindrical-coordinate representation of color #958E05: hue angle of 57.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #958E05 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491425-
CMYK00.050.970.42
HSL57.08º93.51%30.2%-
HSV(B)57.08º96.64%58.43%-
XYZ22.0925.753.95-
YUV128.4858.32142.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=50.34%
G=47.97%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149142500.050.970.4257.0893.5130.2
Hex958E505612A395e1e
Octal225216505141527113636
Binary100101011000111010101011100001101010111001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E05; }

 p { color: rgb(149,142,5); }

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

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

 a { background-color: rgb(149,142,5); }

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

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

 span { border-color: rgb(149,142,5); }

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