Html Css Color HEX #987D04 Olive

📋 copy color: '#987D04'

red 152 ◦ green 125 ◦ blue 4

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

Shades of Olive #987D04

Tints of Olive #987D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 54.09%
G = 44.48%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987D04 (or 0x987D04) is known color: Olive. HEX triplet: 98, 7D and 04. RGB value is (152,125,4). Sum of RGB (Red+Green+Blue) = 152+125+4=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #987D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D04 is #6782FB. Grayscale: #777777. Windows color (decimal): -6783740 or 294296. OLE color: 294296.

HSL color Cylindrical-coordinate representation of color #987D04: hue angle of 49.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #987D04 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 4 -
CMYK 0 0.18 0.97 0.40
HSL 49.05º 0.95% 0.31% -
HSV(B) 49.05º 0.97% 0.6% -
XYZ 20.3 21.35 3.17 -
YUV 119.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 152 125 4 0 0.18 0.97 0.40 49.05 0.95 0.31
Hex 98 7D 4 0 12 61 28 31 5F 1F
Octal 230 175 4 0 22 141 50 61 137 37
Binary 10011000 1111101 100 0 10010 1100001 101000 110001 1011111 11111

Color Harmonies of #987D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D04

Black with #987D04

Text Example


Text Example

White with #987D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987D04; }

 p { color: rgb(152,125,4); }

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

background-color css

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

 a { background-color: rgb(152,125,4); }

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

border-color css

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

 span { border-color: rgb(152,125,4); }

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