#967E00

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

Shades of Olive #967E00

Tints of Olive #967E00

Color information

#967E00 (or 0x967E00) is unknown color: approx Olive. HEX triplet: 96, 7E and 00. RGB value is (150,126,0). Sum of RGB (Red+Green+Blue) = 150+126+0=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #967E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967E00 is #6981FF. Grayscale: #777777. Windows color (decimal): -6914560 or 32406. OLE color: 32406.

HSL color Cylindrical-coordinate representation of color #967E00: hue angle of 50.4º 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 #967E00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1501260-
CMYK00.1610.41
HSL50.4º100%29.41%-
HSV(B)50.4º100%58.82%-
XYZ20.0421.413.08-
YUV118.8160.95150.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.35%
G=45.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150126000.1610.4150.410029.41
Hex967E0010642932641d
Octal2261760020144516214435
Binary10010110111111000100001100100101001110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967E00; }

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

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

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

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

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

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

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

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