Html Css Color HEX #987E05 Olive

📋 copy color: '#987E05'

red 152 ◦ green 126 ◦ blue 5

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

Shades of Olive #987E05

Tints of Olive #987E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.52%

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

R = 53.71%
G = 44.52%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987E05 (or 0x987E05) is known color: Olive. HEX triplet: 98, 7E and 05. RGB value is (152,126,5). Sum of RGB (Red+Green+Blue) = 152+126+5=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #987E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E05 is #6781FA. Grayscale: #787878. Windows color (decimal): -6783483 or 360088. OLE color: 360088.

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

Color convert

RGB 152 126 5 -
CMYK 0 0.17 0.97 0.40
HSL 49.39º 0.94% 0.31% -
HSV(B) 49.39º 0.97% 0.6% -
XYZ 20.44 21.61 3.24 -
YUV 119.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 152 126 5 0 0.17 0.97 0.40 49.39 0.94 0.31
Hex 98 7E 5 0 11 61 28 31 5E 1F
Octal 230 176 5 0 21 141 50 61 136 37
Binary 10011000 1111110 101 0 10001 1100001 101000 110001 1011110 11111

Color Harmonies of #987E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E05

Black with #987E05

Text Example


Text Example

White with #987E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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