Html Css Color HEX #987C05 Olive

📋 copy color: '#987C05'

red 152 ◦ green 124 ◦ blue 5

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

Shades of Olive #987C05

Tints of Olive #987C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.13%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 54.09%
G = 44.13%
B = 1.78%

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

#987C05 (or 0x987C05) is known color: Olive. HEX triplet: 98, 7C and 05. RGB value is (152,124,5). Sum of RGB (Red+Green+Blue) = 152+124+5=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #987C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C05 is #6783FA. Grayscale: #777777. Windows color (decimal): -6783995 or 359576. OLE color: 359576.

HSL color Cylindrical-coordinate representation of color #987C05: hue angle of 48.57º degrees, saturation: 0.94, 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 #987C05 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 5 -
CMYK 0 0.18 0.97 0.40
HSL 48.57º 0.94% 0.31% -
HSV(B) 48.57º 0.97% 0.6% -
XYZ 20.18 21.1 3.15 -
YUV 118.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 152 124 5 0 0.18 0.97 0.40 48.57 0.94 0.31
Hex 98 7C 5 0 12 61 28 31 5E 1F
Octal 230 174 5 0 22 141 50 61 136 37
Binary 10011000 1111100 101 0 10010 1100001 101000 110001 1011110 11111

Color Harmonies of #987C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C05

Black with #987C05

Text Example


Text Example

White with #987C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,5); }

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

background-color css

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

 a { background-color: rgb(152,124,5); }

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

border-color css

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

 span { border-color: rgb(152,124,5); }

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