#967B04

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

Shades of Olive #967B04

Tints of Olive #967B04

Color information

#967B04 (or 0x967B04) is unknown color: approx Olive. HEX triplet: 96, 7B and 04. RGB value is (150,123,4). Sum of RGB (Red+Green+Blue) = 150+123+4=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #967B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967B04 is #6984FB. Grayscale: #767676. Windows color (decimal): -6915324 or 293782. OLE color: 293782.

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

Color convert

RGB1501234-
CMYK00.180.970.41
HSL48.9º94.81%30.2%-
HSV(B)48.9º97.33%58.82%-
XYZ19.6820.663.07-
YUV117.5163.95151.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=54.15%
G=44.40%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150123400.180.970.4148.994.8130.2
Hex967B40126129315f1e
Octal2261734022141516113736
Binary1001011011110111000100101100001101001110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,4); }

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

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

 a { background-color: rgb(150,123,4); }

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

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

 span { border-color: rgb(150,123,4); }

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