Html Css Color HEX #877101 Olive

📋 copy color: '#877101'

red 135 ◦ green 113 ◦ blue 1

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

Shades of Olive #877101

Tints of Olive #877101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 54.22%
G = 45.38%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877101 (or 0x877101) is known color: Olive. HEX triplet: 87, 71 and 01. RGB value is (135,113,1). Sum of RGB (Red+Green+Blue) = 135+113+1=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #877101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877101 is #788EFE. Grayscale: #6B6B6B. Windows color (decimal): -7900927 or 94599. OLE color: 94599.

HSL color Cylindrical-coordinate representation of color #877101: hue angle of 50.15º 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 #877101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 113 1 -
CMYK 0 0.16 0.99 0.47
HSL 50.15º 0.99% 0.27% -
HSV(B) 50.15º 0.99% 0.53% -
XYZ 15.9 16.96 2.46 -
YUV 106.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 135 113 1 0 0.16 0.99 0.47 50.15 0.99 0.27
Hex 87 71 1 0 10 63 2F 32 63 1B
Octal 207 161 1 0 20 143 57 62 143 33
Binary 10000111 1110001 1 0 10000 1100011 101111 110010 1100011 11011

Color Harmonies of #877101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877101

Black with #877101

Text Example


Text Example

White with #877101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877101; }

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

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

background-color css

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

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

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

border-color css

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

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

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