#958B00

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

Shades of Olive #958B00

Tints of Olive #958B00

Color information

#958B00 (or 0x958B00) is unknown color: approx Olive. HEX triplet: 95, 8B and 00. RGB value is (149,139,0). Sum of RGB (Red+Green+Blue) = 149+139+0=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #958B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B00 is #6A74FF. Grayscale: #7E7E7E. Windows color (decimal): -6976768 or 35733. OLE color: 35733.

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

Color convert

RGB1491390-
CMYK00.0710.42
HSL55.97º100%29.22%-
HSV(B)55.97º100%58.43%-
XYZ21.6324.853.66-
YUV126.1456.81144.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 139 (54.69% from 255) = 48.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.74%
G=48.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149139000.0710.4255.9710029.22
Hex958B007642A38641d
Octal225213007144527014435
Binary1001010110001011001111100100101010111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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