Html Css Color HEX #997C00 Olive

📋 copy color: '#997C00'

red 153 ◦ green 124 ◦ blue 0

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

Shades of Olive #997C00

Tints of Olive #997C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

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

R = 55.23%
G = 44.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997C00 (or 0x997C00) is known color: Olive. HEX triplet: 99, 7C and 00. RGB value is (153,124,0). Sum of RGB (Red+Green+Blue) = 153+124+0=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C00 is #6683FF. Grayscale: #777777. Windows color (decimal): -6718464 or 31897. OLE color: 31897.

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

Color convert

RGB 153 124 0 -
CMYK 0 0.19 1 0.4
HSL 48.63º 1% 0.3% -
HSV(B) 48.63º 1% 0.6% -
XYZ 20.34 21.19 3.02 -
YUV 118.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 153 124 0 0 0.19 1 0.4 48.63 1 0.3
Hex 99 7C 0 0 13 64 28 31 64 1E
Octal 231 174 0 0 23 144 50 61 144 36
Binary 10011001 1111100 0 0 10011 1100100 101000 110001 1100100 11110

Color Harmonies of #997C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C00

Black with #997C00

Text Example


Text Example

White with #997C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,0); }

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

background-color css

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

 a { background-color: rgb(153,124,0); }

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

border-color css

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

 span { border-color: rgb(153,124,0); }

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