#958408

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

Shades of Olive #958408

Tints of Olive #958408

Color information

#958408 (or 0x958408) is unknown color: approx Olive. HEX triplet: 95, 84 and 08. RGB value is (149,132,8). Sum of RGB (Red+Green+Blue) = 149+132+8=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #958408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958408 is #6A7BF7. Grayscale: #7B7B7B. Windows color (decimal): -6978552 or 558229. OLE color: 558229.

HSL color Cylindrical-coordinate representation of color #958408: hue angle of 52.77º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #958408 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1491328-
CMYK00.110.950.42
HSL52.77º89.81%30.78%-
HSV(B)52.77º94.63%58.43%-
XYZ20.6922.913.56-
YUV122.9563.13146.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=51.56%
G=45.67%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149132800.110.950.4252.7789.8130.78
Hex958480B5F2A355a1f
Octal22520410013137526513237
Binary10010101100001001000010111011111101010110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958408; }

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

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

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

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

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

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

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

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