Html Css Color HEX #967900 Olive

📋 copy color: '#967900'

red 150 ◦ green 121 ◦ blue 0

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

Shades of Olive #967900

Tints of Olive #967900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.35%
G = 44.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#967900 (or 0x967900) is known color: Olive. HEX triplet: 96, 79 and 00. RGB value is (150,121,0). Sum of RGB (Red+Green+Blue) = 150+121+0=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #967900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967900 is #6986FF. Grayscale: #747474. Windows color (decimal): -6915840 or 31126. OLE color: 31126.

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

Color convert

RGB 150 121 0 -
CMYK 0 0.19 1 0.41
HSL 48.4º 1% 0.29% -
HSV(B) 48.4º 1% 0.59% -
XYZ 19.42 20.16 2.87 -
YUV 115.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 150 121 0 0 0.19 1 0.41 48.4 1 0.29
Hex 96 79 0 0 13 64 29 30 64 1D
Octal 226 171 0 0 23 144 51 60 144 35
Binary 10010110 1111001 0 0 10011 1100100 101001 110000 1100100 11101

Color Harmonies of #967900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967900

Black with #967900

Text Example


Text Example

White with #967900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967900; }

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

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

background-color css

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

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

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

border-color css

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

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

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