Html Css Color HEX #876F04 Olive

📋 copy color: '#876F04'

red 135 ◦ green 111 ◦ blue 4

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

Shades of Olive #876F04

Tints of Olive #876F04

RGB

 RED value IS 135 (53.13% from 255) = 54%

 GREEN value IS 111 (43.75% from 255) = 44.4%

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

R = 54%
G = 44.4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#876F04 (or 0x876F04) is known color: Olive. HEX triplet: 87, 6F and 04. RGB value is (135,111,4). Sum of RGB (Red+Green+Blue) = 135+111+4=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #876F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F04 is #7890FB. Grayscale: #6A6A6A. Windows color (decimal): -7901436 or 290695. OLE color: 290695.

HSL color Cylindrical-coordinate representation of color #876F04: hue angle of 49.01º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #876F04 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 111 4 -
CMYK 0 0.18 0.97 0.47
HSL 49.01º 0.94% 0.27% -
HSV(B) 49.01º 0.97% 0.53% -
XYZ 15.7 16.53 2.48 -
YUV 105.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 135 111 4 0 0.18 0.97 0.47 49.01 0.94 0.27
Hex 87 6F 4 0 12 61 2F 31 5E 1B
Octal 207 157 4 0 22 141 57 61 136 33
Binary 10000111 1101111 100 0 10010 1100001 101111 110001 1011110 11011

Color Harmonies of #876F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F04

Black with #876F04

Text Example


Text Example

White with #876F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F04; }

 p { color: rgb(135,111,4); }

 H1.HeaderClassName
 {
   color: #876F04;
 }
 .AnyTagClassName
 {
   color: #876F04;
 }
</style>

background-color css

<style>
 a { background-color: #876F04; }

 a { background-color: rgb(135,111,4); }

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

border-color css

<style>
 span { border-color: #876F04; }

 span { border-color: rgb(135,111,4); }

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