Html Css Color HEX #876F01 Olive

📋 copy color: '#876F01'

red 135 ◦ green 111 ◦ blue 1

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

Shades of Olive #876F01

Tints of Olive #876F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 54.66%
G = 44.94%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876F01 (or 0x876F01) is known color: Olive. HEX triplet: 87, 6F and 01. RGB value is (135,111,1). Sum of RGB (Red+Green+Blue) = 135+111+1=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #876F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F01 is #7890FE. Grayscale: #6A6A6A. Windows color (decimal): -7901439 or 94087. OLE color: 94087.

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

Color convert

RGB 135 111 1 -
CMYK 0 0.18 0.99 0.47
HSL 49.25º 0.99% 0.27% -
HSV(B) 49.25º 0.99% 0.53% -
XYZ 15.68 16.52 2.39 -
YUV 105.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 135 111 1 0 0.18 0.99 0.47 49.25 0.99 0.27
Hex 87 6F 1 0 12 63 2F 31 63 1B
Octal 207 157 1 0 22 143 57 61 143 33
Binary 10000111 1101111 1 0 10010 1100011 101111 110001 1100011 11011

Color Harmonies of #876F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F01

Black with #876F01

Text Example


Text Example

White with #876F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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