Html Css Color HEX #967F00 Olive

📋 copy color: '#967F00'

red 150 ◦ green 127 ◦ blue 0

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

Shades of Olive #967F00

Tints of Olive #967F00

RGB

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

 GREEN value IS 127 (50% from 255) = 45.85%

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

R = 54.15%
G = 45.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#967F00 (or 0x967F00) is known color: Olive. HEX triplet: 96, 7F and 00. RGB value is (150,127,0). Sum of RGB (Red+Green+Blue) = 150+127+0=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #967F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967F00 is #6980FF. Grayscale: #777777. Windows color (decimal): -6914304 or 32662. OLE color: 32662.

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

Color convert

RGB 150 127 0 -
CMYK 0 0.15 1 0.41
HSL 50.8º 1% 0.29% -
HSV(B) 50.8º 1% 0.59% -
XYZ 20.17 21.66 3.12 -
YUV 119.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 150 127 0 0 0.15 1 0.41 50.8 1 0.29
Hex 96 7F 0 0 F 64 29 33 64 1D
Octal 226 177 0 0 17 144 51 63 144 35
Binary 10010110 1111111 0 0 1111 1100100 101001 110011 1100100 11101

Color Harmonies of #967F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F00

Black with #967F00

Text Example


Text Example

White with #967F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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