#967E02

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

Shades of Olive #967E02

Tints of Olive #967E02

Color information

#967E02 (or 0x967E02) is unknown color: approx Olive. HEX triplet: 96, 7E and 02. RGB value is (150,126,2). Sum of RGB (Red+Green+Blue) = 150+126+2=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #967E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967E02 is #6981FD. Grayscale: #777777. Windows color (decimal): -6914558 or 163478. OLE color: 163478.

HSL color Cylindrical-coordinate representation of color #967E02: hue angle of 50.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #967E02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501262-
CMYK00.160.990.41
HSL50.27º97.37%29.8%-
HSV(B)50.27º98.67%58.82%-
XYZ20.0521.413.13-
YUV119.0461.95150.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 126 (49.61% from 255) = 45.32%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=53.96%
G=45.32%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150126200.160.990.4150.2797.3729.8
Hex967E2010632932611e
Octal2261762020143516214136
Binary100101101111110100100001100011101001110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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