Html Css Color HEX #997F04 Olive

📋 copy color: '#997F04'

red 153 ◦ green 127 ◦ blue 4

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

Shades of Olive #997F04

Tints of Olive #997F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 53.87%
G = 44.72%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#997F04 (or 0x997F04) is known color: Olive. HEX triplet: 99, 7F and 04. RGB value is (153,127,4). Sum of RGB (Red+Green+Blue) = 153+127+4=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #997F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F04 is #6680FB. Grayscale: #797979. Windows color (decimal): -6717692 or 294809. OLE color: 294809.

HSL color Cylindrical-coordinate representation of color #997F04: hue angle of 49.53º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #997F04 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 4 -
CMYK 0 0.17 0.97 0.4
HSL 49.53º 0.95% 0.31% -
HSV(B) 49.53º 0.97% 0.6% -
XYZ 20.75 21.96 3.26 -
YUV 120.75 62.11 151 -
System Red Green Blue C M Y K H S L
Decimal 153 127 4 0 0.17 0.97 0.4 49.53 0.95 0.31
Hex 99 7F 4 0 11 61 28 32 5F 1F
Octal 231 177 4 0 21 141 50 62 137 37
Binary 10011001 1111111 100 0 10001 1100001 101000 110010 1011111 11111

Color Harmonies of #997F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F04

Black with #997F04

Text Example


Text Example

White with #997F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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