Html Css Color HEX #967700 Olive

📋 copy color: '#967700'

red 150 ◦ green 119 ◦ blue 0

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

Shades of Olive #967700

Tints of Olive #967700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

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

R = 55.76%
G = 44.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#967700 (or 0x967700) is known color: Olive. HEX triplet: 96, 77 and 00. RGB value is (150,119,0). Sum of RGB (Red+Green+Blue) = 150+119+0=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #967700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967700 is #6988FF. Grayscale: #737373. Windows color (decimal): -6916352 or 30614. OLE color: 30614.

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

Color convert

RGB 150 119 0 -
CMYK 0 0.21 1 0.41
HSL 47.6º 1% 0.29% -
HSV(B) 47.6º 1% 0.59% -
XYZ 19.17 19.68 2.79 -
YUV 114.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 150 119 0 0 0.21 1 0.41 47.6 1 0.29
Hex 96 77 0 0 15 64 29 30 64 1D
Octal 226 167 0 0 25 144 51 60 144 35
Binary 10010110 1110111 0 0 10101 1100100 101001 110000 1100100 11101

Color Harmonies of #967700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967700

Black with #967700

Text Example


Text Example

White with #967700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967700; }

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

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

background-color css

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

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

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

border-color css

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

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

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