Html Css Color HEX #967901 Olive

📋 copy color: '#967901'

red 150 ◦ green 121 ◦ blue 1

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

Shades of Olive #967901

Tints of Olive #967901

RGB

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

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

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

R = 55.15%
G = 44.49%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967901 (or 0x967901) is known color: Olive. HEX triplet: 96, 79 and 01. RGB value is (150,121,1). Sum of RGB (Red+Green+Blue) = 150+121+1=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967901 is #6986FE. Grayscale: #747474. Windows color (decimal): -6915839 or 96662. OLE color: 96662.

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

Color convert

RGB 150 121 1 -
CMYK 0 0.19 0.99 0.41
HSL 48.32º 0.99% 0.3% -
HSV(B) 48.32º 0.99% 0.59% -
XYZ 19.42 20.16 2.9 -
YUV 115.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 150 121 1 0 0.19 0.99 0.41 48.32 0.99 0.3
Hex 96 79 1 0 13 63 29 30 63 1E
Octal 226 171 1 0 23 143 51 60 143 36
Binary 10010110 1111001 1 0 10011 1100011 101001 110000 1100011 11110

Color Harmonies of #967901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967901

Black with #967901

Text Example


Text Example

White with #967901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967901; }

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

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

background-color css

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

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

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

border-color css

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

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

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