Html Css Color HEX #987A02 Olive

📋 copy color: '#987A02'

red 152 ◦ green 122 ◦ blue 2

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

Shades of Olive #987A02

Tints of Olive #987A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

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

R = 55.07%
G = 44.2%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987A02 (or 0x987A02) is known color: Olive. HEX triplet: 98, 7A and 02. RGB value is (152,122,2). Sum of RGB (Red+Green+Blue) = 152+122+2=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #987A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A02 is #6785FD. Grayscale: #757575. Windows color (decimal): -6784510 or 162456. OLE color: 162456.

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

Color convert

RGB 152 122 2 -
CMYK 0 0.20 0.99 0.40
HSL 48º 0.97% 0.3% -
HSV(B) 48º 0.99% 0.6% -
XYZ 19.92 20.6 2.98 -
YUV 117.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 152 122 2 0 0.20 0.99 0.40 48 0.97 0.3
Hex 98 7A 2 0 14 63 28 30 61 1E
Octal 230 172 2 0 24 143 50 60 141 36
Binary 10011000 1111010 10 0 10100 1100011 101000 110000 1100001 11110

Color Harmonies of #987A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A02

Black with #987A02

Text Example


Text Example

White with #987A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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