Html Css Color HEX #967D01 Olive

📋 copy color: '#967D01'

red 150 ◦ green 125 ◦ blue 1

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

Shades of Olive #967D01

Tints of Olive #967D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 54.35%
G = 45.29%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967D01 (or 0x967D01) is known color: Olive. HEX triplet: 96, 7D and 01. RGB value is (150,125,1). Sum of RGB (Red+Green+Blue) = 150+125+1=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #967D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967D01 is #6982FE. Grayscale: #767676. Windows color (decimal): -6914815 or 97686. OLE color: 97686.

HSL color Cylindrical-coordinate representation of color #967D01: hue angle of 49.93º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #967D01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 1 -
CMYK 0 0.17 0.99 0.41
HSL 49.93º 0.99% 0.3% -
HSV(B) 49.93º 0.99% 0.59% -
XYZ 19.92 21.15 3.06 -
YUV 118.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 150 125 1 0 0.17 0.99 0.41 49.93 0.99 0.3
Hex 96 7D 1 0 11 63 29 32 63 1E
Octal 226 175 1 0 21 143 51 62 143 36
Binary 10010110 1111101 1 0 10001 1100011 101001 110010 1100011 11110

Color Harmonies of #967D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D01

Black with #967D01

Text Example


Text Example

White with #967D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,125,1); }

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

background-color css

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

 a { background-color: rgb(150,125,1); }

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

border-color css

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

 span { border-color: rgb(150,125,1); }

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