Html Css Color HEX #988006 Olive

📋 copy color: '#988006'

red 152 ◦ green 128 ◦ blue 6

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

Shades of Olive #988006

Tints of Olive #988006

RGB

 RED value IS 152 (59.77% from 255) = 53.15%

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

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

R = 53.15%
G = 44.76%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#988006 (or 0x988006) is known color: Olive. HEX triplet: 98, 80 and 06. RGB value is (152,128,6). Sum of RGB (Red+Green+Blue) = 152+128+6=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #988006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988006 is #677FF9. Grayscale: #797979. Windows color (decimal): -6782970 or 426136. OLE color: 426136.

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

Color convert

RGB 152 128 6 -
CMYK 0 0.16 0.96 0.40
HSL 50.14º 0.92% 0.31% -
HSV(B) 50.14º 0.96% 0.6% -
XYZ 20.7 22.13 3.35 -
YUV 121.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 152 128 6 0 0.16 0.96 0.40 50.14 0.92 0.31
Hex 98 80 6 0 10 60 28 32 5C 1F
Octal 230 200 6 0 20 140 50 62 134 37
Binary 10011000 10000000 110 0 10000 1100000 101000 110010 1011100 11111

Color Harmonies of #988006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988006

Black with #988006

Text Example


Text Example

White with #988006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988006; }

 p { color: rgb(152,128,6); }

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

background-color css

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

 a { background-color: rgb(152,128,6); }

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

border-color css

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

 span { border-color: rgb(152,128,6); }

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