Html Css Color HEX #997F00 Olive

📋 copy color: '#997F00'

red 153 ◦ green 127 ◦ blue 0

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

Shades of Olive #997F00

Tints of Olive #997F00

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

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

R = 54.64%
G = 45.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997F00 (or 0x997F00) is known color: Olive. HEX triplet: 99, 7F and 00. RGB value is (153,127,0). Sum of RGB (Red+Green+Blue) = 153+127+0=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #997F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F00 is #6680FF. Grayscale: #787878. Windows color (decimal): -6717696 or 32665. OLE color: 32665.

HSL color Cylindrical-coordinate representation of color #997F00: hue angle of 49.8º 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 #997F00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 0 -
CMYK 0 0.17 1 0.4
HSL 49.8º 1% 0.3% -
HSV(B) 49.8º 1% 0.6% -
XYZ 20.73 21.95 3.14 -
YUV 120.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 153 127 0 0 0.17 1 0.4 49.8 1 0.3
Hex 99 7F 0 0 11 64 28 32 64 1E
Octal 231 177 0 0 21 144 50 62 144 36
Binary 10011001 1111111 0 0 10001 1100100 101000 110010 1100100 11110

Color Harmonies of #997F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F00

Black with #997F00

Text Example


Text Example

White with #997F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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