Html Css Color HEX #997901 Olive

📋 copy color: '#997901'

red 153 ◦ green 121 ◦ blue 1

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

Shades of Olive #997901

Tints of Olive #997901

RGB

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

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

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

R = 55.64%
G = 44%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997901 (or 0x997901) is known color: Olive. HEX triplet: 99, 79 and 01. RGB value is (153,121,1). Sum of RGB (Red+Green+Blue) = 153+121+1=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997901 is #6686FE. Grayscale: #757575. Windows color (decimal): -6719231 or 96665. OLE color: 96665.

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

Color convert

RGB 153 121 1 -
CMYK 0 0.21 0.99 0.4
HSL 47.37º 0.99% 0.3% -
HSV(B) 47.37º 0.99% 0.6% -
XYZ 19.98 20.45 2.92 -
YUV 116.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 153 121 1 0 0.21 0.99 0.4 47.37 0.99 0.3
Hex 99 79 1 0 15 63 28 2F 63 1E
Octal 231 171 1 0 25 143 50 57 143 36
Binary 10011001 1111001 1 0 10101 1100011 101000 101111 1100011 11110

Color Harmonies of #997901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997901

Black with #997901

Text Example


Text Example

White with #997901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997901; }

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

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

background-color css

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

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

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

border-color css

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

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

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