Html Css Color HEX #987B04 Olive

📋 copy color: '#987B04'

red 152 ◦ green 123 ◦ blue 4

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

Shades of Olive #987B04

Tints of Olive #987B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.09%

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

R = 54.48%
G = 44.09%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987B04 (or 0x987B04) is known color: Olive. HEX triplet: 98, 7B and 04. RGB value is (152,123,4). Sum of RGB (Red+Green+Blue) = 152+123+4=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #987B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B04 is #6784FB. Grayscale: #767676. Windows color (decimal): -6784252 or 293784. OLE color: 293784.

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

Color convert

RGB 152 123 4 -
CMYK 0 0.19 0.97 0.40
HSL 48.24º 0.95% 0.31% -
HSV(B) 48.24º 0.97% 0.6% -
XYZ 20.05 20.85 3.08 -
YUV 118.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 152 123 4 0 0.19 0.97 0.40 48.24 0.95 0.31
Hex 98 7B 4 0 13 61 28 30 5F 1F
Octal 230 173 4 0 23 141 50 60 137 37
Binary 10011000 1111011 100 0 10011 1100001 101000 110000 1011111 11111

Color Harmonies of #987B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B04

Black with #987B04

Text Example


Text Example

White with #987B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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