Html Css Color HEX #988F00 Olive

📋 copy color: '#988F00'

red 152 ◦ green 143 ◦ blue 0

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

Shades of Olive #988F00

Tints of Olive #988F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.53%
G = 48.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#988F00 (or 0x988F00) is known color: Olive. HEX triplet: 98, 8F and 00. RGB value is (152,143,0). Sum of RGB (Red+Green+Blue) = 152+143+0=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #988F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F00 is #6770FF. Grayscale: #818181. Windows color (decimal): -6779136 or 36760. OLE color: 36760.

HSL color Cylindrical-coordinate representation of color #988F00: hue angle of 56.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #988F00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 0 -
CMYK 0 0.06 1 0.40
HSL 56.45º 1% 0.3% -
HSV(B) 56.45º 1% 0.6% -
XYZ 22.77 26.32 3.88 -
YUV 129.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 152 143 0 0 0.06 1 0.40 56.45 1 0.3
Hex 98 8F 0 0 6 64 28 38 64 1E
Octal 230 217 0 0 6 144 50 70 144 36
Binary 10011000 10001111 0 0 110 1100100 101000 111000 1100100 11110

Color Harmonies of #988F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F00

Black with #988F00

Text Example


Text Example

White with #988F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F00; }

 p { color: rgb(152,143,0); }

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

background-color css

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

 a { background-color: rgb(152,143,0); }

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

border-color css

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

 span { border-color: rgb(152,143,0); }

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