Html Css Color HEX #988A0A Olive

📋 copy color: '#988A0A'

red 152 ◦ green 138 ◦ blue 10

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

Shades of Olive #988A0A

Tints of Olive #988A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 50.67%
G = 46%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#988A0A (or 0x988A0A) is known color: Olive. HEX triplet: 98, 8A and 0A. RGB value is (152,138,10). Sum of RGB (Red+Green+Blue) = 152+138+10=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #988A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A0A is #6775F5. Grayscale: #808080. Windows color (decimal): -6780406 or 690840. OLE color: 690840.

HSL color Cylindrical-coordinate representation of color #988A0A: hue angle of 54.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #988A0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 10 -
CMYK 0 0.09 0.93 0.40
HSL 54.08º 0.88% 0.32% -
HSV(B) 54.08º 0.93% 0.6% -
XYZ 22.09 24.87 3.92 -
YUV 127.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 152 138 10 0 0.09 0.93 0.40 54.08 0.88 0.32
Hex 98 8A A 0 9 5D 28 36 58 20
Octal 230 212 12 0 11 135 50 66 130 40
Binary 10011000 10001010 1010 0 1001 1011101 101000 110110 1011000 100000

Color Harmonies of #988A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A0A

Black with #988A0A

Text Example


Text Example

White with #988A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,10); }

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

background-color css

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

 a { background-color: rgb(152,138,10); }

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

border-color css

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

 span { border-color: rgb(152,138,10); }

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