#968F00

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

Shades of Olive #968F00

Tints of Olive #968F00

Color information

#968F00 (or 0x968F00) is unknown color: approx Olive. HEX triplet: 96, 8F and 00. RGB value is (150,143,0). Sum of RGB (Red+Green+Blue) = 150+143+0=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #968F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F00 is #6970FF. Grayscale: #818181. Windows color (decimal): -6910208 or 36758. OLE color: 36758.

HSL color Cylindrical-coordinate representation of color #968F00: hue angle of 57.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #968F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1501430-
CMYK00.0510.41
HSL57.2º100%29.41%-
HSV(B)57.2º100%58.82%-
XYZ22.426.133.86-
YUV128.7955.32143.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.19%
G=48.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150143000.0510.4157.210029.41
Hex968F005642939641d
Octal226217005144517114435
Binary1001011010001111001011100100101001111001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F00; }

 p { color: rgb(150,143,0); }

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

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

 a { background-color: rgb(150,143,0); }

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

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

 span { border-color: rgb(150,143,0); }

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