Html Css Color HEX #997E04 Olive

📋 copy color: '#997E04'

red 153 ◦ green 126 ◦ blue 4

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

Shades of Olive #997E04

Tints of Olive #997E04

RGB

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

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

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

R = 54.06%
G = 44.52%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#997E04 (or 0x997E04) is known color: Olive. HEX triplet: 99, 7E and 04. RGB value is (153,126,4). Sum of RGB (Red+Green+Blue) = 153+126+4=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #997E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E04 is #6681FB. Grayscale: #787878. Windows color (decimal): -6717948 or 294553. OLE color: 294553.

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

Color convert

RGB 153 126 4 -
CMYK 0 0.18 0.97 0.4
HSL 49.13º 0.95% 0.31% -
HSV(B) 49.13º 0.97% 0.6% -
XYZ 20.62 21.7 3.22 -
YUV 120.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 153 126 4 0 0.18 0.97 0.4 49.13 0.95 0.31
Hex 99 7E 4 0 12 61 28 31 5F 1F
Octal 231 176 4 0 22 141 50 61 137 37
Binary 10011001 1111110 100 0 10010 1100001 101000 110001 1011111 11111

Color Harmonies of #997E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E04

Black with #997E04

Text Example


Text Example

White with #997E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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