Html Css Color HEX #998906 Olive

📋 copy color: '#998906'

red 153 ◦ green 137 ◦ blue 6

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

Shades of Olive #998906

Tints of Olive #998906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

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

R = 51.69%
G = 46.28%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#998906 (or 0x998906) is known color: Olive. HEX triplet: 99, 89 and 06. RGB value is (153,137,6). Sum of RGB (Red+Green+Blue) = 153+137+6=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #998906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998906 is #6676F9. Grayscale: #7F7F7F. Windows color (decimal): -6715130 or 428441. OLE color: 428441.

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

Color convert

RGB 153 137 6 -
CMYK 0 0.10 0.96 0.4
HSL 53.47º 0.92% 0.31% -
HSV(B) 53.47º 0.96% 0.6% -
XYZ 22.12 24.68 3.77 -
YUV 126.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 153 137 6 0 0.10 0.96 0.4 53.47 0.92 0.31
Hex 99 89 6 0 A 60 28 35 5C 1F
Octal 231 211 6 0 12 140 50 65 134 37
Binary 10011001 10001001 110 0 1010 1100000 101000 110101 1011100 11111

Color Harmonies of #998906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998906

Black with #998906

Text Example


Text Example

White with #998906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998906; }

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

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

background-color css

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

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

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

border-color css

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

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

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