Html Css Color HEX #967904 Olive

📋 copy color: '#967904'

red 150 ◦ green 121 ◦ blue 4

#967904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #967904

Tints of Olive #967904

RGB

 RED value IS 150 (58.98% from 255) = 54.55%

 GREEN value IS 121 (47.66% from 255) = 44%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 54.55%
G = 44%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#967904 (or 0x967904) is known color: Olive. HEX triplet: 96, 79 and 04. RGB value is (150,121,4). Sum of RGB (Red+Green+Blue) = 150+121+4=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #967904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967904 is #6986FB. Grayscale: #747474. Windows color (decimal): -6915836 or 293270. OLE color: 293270.

HSL color Cylindrical-coordinate representation of color #967904: hue angle of 48.08º 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 #967904 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 4 -
CMYK 0 0.19 0.97 0.41
HSL 48.08º 0.95% 0.3% -
HSV(B) 48.08º 0.97% 0.59% -
XYZ 19.44 20.17 2.98 -
YUV 116.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 150 121 4 0 0.19 0.97 0.41 48.08 0.95 0.3
Hex 96 79 4 0 13 61 29 30 5F 1E
Octal 226 171 4 0 23 141 51 60 137 36
Binary 10010110 1111001 100 0 10011 1100001 101001 110000 1011111 11110

Color Harmonies of #967904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967904

Black with #967904

Text Example


Text Example

White with #967904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967904; }

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

 H1.HeaderClassName
 {
   color: #967904;
 }
 .AnyTagClassName
 {
   color: #967904;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #967904;
 }
 .BgClassName
 {
   background-color: #967904;
 }
</style>

border-color css

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

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

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