Html Css Color HEX #877301 Olive

📋 copy color: '#877301'

red 135 ◦ green 115 ◦ blue 1

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

Shades of Olive #877301

Tints of Olive #877301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

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

R = 53.78%
G = 45.82%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877301 (or 0x877301) is known color: Olive. HEX triplet: 87, 73 and 01. RGB value is (135,115,1). Sum of RGB (Red+Green+Blue) = 135+115+1=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #877301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877301 is #788CFE. Grayscale: #6C6C6C. Windows color (decimal): -7900415 or 95111. OLE color: 95111.

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

Color convert

RGB 135 115 1 -
CMYK 0 0.15 0.99 0.47
HSL 51.04º 0.99% 0.27% -
HSV(B) 51.04º 0.99% 0.53% -
XYZ 16.13 17.41 2.54 -
YUV 107.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 135 115 1 0 0.15 0.99 0.47 51.04 0.99 0.27
Hex 87 73 1 0 F 63 2F 33 63 1B
Octal 207 163 1 0 17 143 57 63 143 33
Binary 10000111 1110011 1 0 1111 1100011 101111 110011 1100011 11011

Color Harmonies of #877301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877301

Black with #877301

Text Example


Text Example

White with #877301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877301; }

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

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

background-color css

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

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

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

border-color css

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

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

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