Html Css Color HEX #987B02 Olive

📋 copy color: '#987B02'

red 152 ◦ green 123 ◦ blue 2

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

Shades of Olive #987B02

Tints of Olive #987B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 54.87%
G = 44.4%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987B02 (or 0x987B02) is known color: Olive. HEX triplet: 98, 7B and 02. RGB value is (152,123,2). Sum of RGB (Red+Green+Blue) = 152+123+2=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #987B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B02 is #6784FD. Grayscale: #767676. Windows color (decimal): -6784254 or 162712. OLE color: 162712.

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

Color convert

RGB 152 123 2 -
CMYK 0 0.19 0.99 0.40
HSL 48.4º 0.97% 0.3% -
HSV(B) 48.4º 0.99% 0.6% -
XYZ 20.04 20.85 3.02 -
YUV 117.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 152 123 2 0 0.19 0.99 0.40 48.4 0.97 0.3
Hex 98 7B 2 0 13 63 28 30 61 1E
Octal 230 173 2 0 23 143 50 60 141 36
Binary 10011000 1111011 10 0 10011 1100011 101000 110000 1100001 11110

Color Harmonies of #987B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B02

Black with #987B02

Text Example


Text Example

White with #987B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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