Html Css Color HEX #997E01 Olive

📋 copy color: '#997E01'

red 153 ◦ green 126 ◦ blue 1

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

Shades of Olive #997E01

Tints of Olive #997E01

RGB

 RED value IS 153 (60.16% from 255) = 54.64%

 GREEN value IS 126 (49.61% from 255) = 45%

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

R = 54.64%
G = 45%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997E01 (or 0x997E01) is known color: Olive. HEX triplet: 99, 7E and 01. RGB value is (153,126,1). Sum of RGB (Red+Green+Blue) = 153+126+1=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #997E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E01 is #6681FE. Grayscale: #787878. Windows color (decimal): -6717951 or 97945. OLE color: 97945.

HSL color Cylindrical-coordinate representation of color #997E01: hue angle of 49.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #997E01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 1 -
CMYK 0 0.18 0.99 0.4
HSL 49.34º 0.99% 0.3% -
HSV(B) 49.34º 0.99% 0.6% -
XYZ 20.6 21.7 3.13 -
YUV 119.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 153 126 1 0 0.18 0.99 0.4 49.34 0.99 0.3
Hex 99 7E 1 0 12 63 28 31 63 1E
Octal 231 176 1 0 22 143 50 61 143 36
Binary 10011001 1111110 1 0 10010 1100011 101000 110001 1100011 11110

Color Harmonies of #997E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E01

Black with #997E01

Text Example


Text Example

White with #997E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E01; }

 p { color: rgb(153,126,1); }

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

background-color css

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

 a { background-color: rgb(153,126,1); }

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

border-color css

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

 span { border-color: rgb(153,126,1); }

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