Html Css Color HEX #998F06 Olive

📋 copy color: '#998F06'

red 153 ◦ green 143 ◦ blue 6

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

Shades of Olive #998F06

Tints of Olive #998F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.35%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 50.66%
G = 47.35%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#998F06 (or 0x998F06) is known color: Olive. HEX triplet: 99, 8F and 06. RGB value is (153,143,6). Sum of RGB (Red+Green+Blue) = 153+143+6=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F06 is #6670F9. Grayscale: #828282. Windows color (decimal): -6713594 or 429977. OLE color: 429977.

HSL color Cylindrical-coordinate representation of color #998F06: hue angle of 55.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998F06 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 6 -
CMYK 0 0.07 0.96 0.4
HSL 55.92º 0.92% 0.31% -
HSV(B) 55.92º 0.96% 0.6% -
XYZ 22.99 26.43 4.06 -
YUV 130.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 153 143 6 0 0.07 0.96 0.4 55.92 0.92 0.31
Hex 99 8F 6 0 7 60 28 38 5C 1F
Octal 231 217 6 0 7 140 50 70 134 37
Binary 10011001 10001111 110 0 111 1100000 101000 111000 1011100 11111

Color Harmonies of #998F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F06

Black with #998F06

Text Example


Text Example

White with #998F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998F06; }

 p { color: rgb(153,143,6); }

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

background-color css

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

 a { background-color: rgb(153,143,6); }

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

border-color css

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

 span { border-color: rgb(153,143,6); }

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