#958F08

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

Shades of Olive #958F08

Tints of Olive #958F08

Color information

#958F08 (or 0x958F08) is unknown color: approx Olive. HEX triplet: 95, 8F and 08. RGB value is (149,143,8). Sum of RGB (Red+Green+Blue) = 149+143+8=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958F08 is #6A70F7. Grayscale: #818181. Windows color (decimal): -6975736 or 561045. OLE color: 561045.

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

Color convert

RGB1491438-
CMYK00.040.950.42
HSL57.45º89.81%30.78%-
HSV(B)57.45º94.63%58.43%-
XYZ22.2626.054.09-
YUV129.459.49141.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=49.67%
G=47.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149143800.040.950.4257.4589.8130.78
Hex958F8045F2A395a1f
Octal2252171004137527113237
Binary1001010110001111100001001011111101010111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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