Html Css Color HEX #987F06 Olive

📋 copy color: '#987F06'

red 152 ◦ green 127 ◦ blue 6

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

Shades of Olive #987F06

Tints of Olive #987F06

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 53.33%
G = 44.56%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#987F06 (or 0x987F06) is known color: Olive. HEX triplet: 98, 7F and 06. RGB value is (152,127,6). Sum of RGB (Red+Green+Blue) = 152+127+6=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F06 is #6780F9. Grayscale: #797979. Windows color (decimal): -6783226 or 425880. OLE color: 425880.

HSL color Cylindrical-coordinate representation of color #987F06: hue angle of 49.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #987F06 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 6 -
CMYK 0 0.16 0.96 0.40
HSL 49.73º 0.92% 0.31% -
HSV(B) 49.73º 0.96% 0.6% -
XYZ 20.57 21.87 3.31 -
YUV 120.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 152 127 6 0 0.16 0.96 0.40 49.73 0.92 0.31
Hex 98 7F 6 0 10 60 28 32 5C 1F
Octal 230 177 6 0 20 140 50 62 134 37
Binary 10011000 1111111 110 0 10000 1100000 101000 110010 1011100 11111

Color Harmonies of #987F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F06

Black with #987F06

Text Example


Text Example

White with #987F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,6); }

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

background-color css

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

 a { background-color: rgb(152,127,6); }

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

border-color css

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

 span { border-color: rgb(152,127,6); }

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