Html Css Color HEX #998004 Olive

📋 copy color: '#998004'

red 153 ◦ green 128 ◦ blue 4

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

Shades of Olive #998004

Tints of Olive #998004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

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

R = 53.68%
G = 44.91%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998004 (or 0x998004) is known color: Olive. HEX triplet: 99, 80 and 04. RGB value is (153,128,4). Sum of RGB (Red+Green+Blue) = 153+128+4=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #998004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998004 is #667FFB. Grayscale: #797979. Windows color (decimal): -6717436 or 295065. OLE color: 295065.

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

Color convert

RGB 153 128 4 -
CMYK 0 0.16 0.97 0.4
HSL 49.93º 0.95% 0.31% -
HSV(B) 49.93º 0.97% 0.6% -
XYZ 20.88 22.22 3.3 -
YUV 121.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 153 128 4 0 0.16 0.97 0.4 49.93 0.95 0.31
Hex 99 80 4 0 10 61 28 32 5F 1F
Octal 231 200 4 0 20 141 50 62 137 37
Binary 10011001 10000000 100 0 10000 1100001 101000 110010 1011111 11111

Color Harmonies of #998004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998004

Black with #998004

Text Example


Text Example

White with #998004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998004; }

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

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

background-color css

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

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

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

border-color css

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

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

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