Html Css Color HEX #967A00 Olive

📋 copy color: '#967A00'

red 150 ◦ green 122 ◦ blue 0

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

Shades of Olive #967A00

Tints of Olive #967A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.85%

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

R = 55.15%
G = 44.85%
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

#967A00 (or 0x967A00) is known color: Olive. HEX triplet: 96, 7A and 00. RGB value is (150,122,0). Sum of RGB (Red+Green+Blue) = 150+122+0=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A00 is #6985FF. Grayscale: #747474. Windows color (decimal): -6915584 or 31382. OLE color: 31382.

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

Color convert

RGB 150 122 0 -
CMYK 0 0.19 1 0.41
HSL 48.8º 1% 0.29% -
HSV(B) 48.8º 1% 0.59% -
XYZ 19.54 20.4 2.91 -
YUV 116.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 150 122 0 0 0.19 1 0.41 48.8 1 0.29
Hex 96 7A 0 0 13 64 29 31 64 1D
Octal 226 172 0 0 23 144 51 61 144 35
Binary 10010110 1111010 0 0 10011 1100100 101001 110001 1100100 11101

Color Harmonies of #967A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A00

Black with #967A00

Text Example


Text Example

White with #967A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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