#958A04

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

Shades of Olive #958A04

Tints of Olive #958A04

Color information

#958A04 (or 0x958A04) is unknown color: approx Olive. HEX triplet: 95, 8A and 04. RGB value is (149,138,4). Sum of RGB (Red+Green+Blue) = 149+138+4=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #958A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A04 is #6A75FB. Grayscale: #7E7E7E. Windows color (decimal): -6977020 or 297621. OLE color: 297621.

HSL color Cylindrical-coordinate representation of color #958A04: hue angle of 55.45º degrees, saturation: 0.95, 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 #958A04 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491384-
CMYK00.070.970.42
HSL55.45º94.77%30%-
HSV(B)55.45º97.32%58.43%-
XYZ21.524.583.72-
YUV126.0159.14144.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=51.20%
G=47.42%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149138400.070.970.4255.4594.7730
Hex958A407612A375f1e
Octal225212407141526713736
Binary100101011000101010001111100001101010110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,4); }

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

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

 a { background-color: rgb(149,138,4); }

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

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

 span { border-color: rgb(149,138,4); }

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