Html Css Color HEX #877C13 Olive

📋 copy color: '#877C13'

red 135 ◦ green 124 ◦ blue 19

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

Shades of Olive #877C13

Tints of Olive #877C13

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 48.56%
G = 44.6%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#877C13 (or 0x877C13) is known color: Olive. HEX triplet: 87, 7C and 13. RGB value is (135,124,19). Sum of RGB (Red+Green+Blue) = 135+124+19=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #877C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C13 is #7883EC. Grayscale: #737373. Windows color (decimal): -7898093 or 1277063. OLE color: 1277063.

HSL color Cylindrical-coordinate representation of color #877C13: hue angle of 54.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #877C13 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 124 19 -
CMYK 0 0.08 0.86 0.47
HSL 54.31º 0.75% 0.3% -
HSV(B) 54.31º 0.86% 0.53% -
XYZ 17.32 19.61 3.49 -
YUV 115.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 135 124 19 0 0.08 0.86 0.47 54.31 0.75 0.3
Hex 87 7C 13 0 8 56 2F 36 4B 1E
Octal 207 174 23 0 10 126 57 66 113 36
Binary 10000111 1111100 10011 0 1000 1010110 101111 110110 1001011 11110

Color Harmonies of #877C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C13

Black with #877C13

Text Example


Text Example

White with #877C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877C13; }

 p { color: rgb(135,124,19); }

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

background-color css

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

 a { background-color: rgb(135,124,19); }

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

border-color css

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

 span { border-color: rgb(135,124,19); }

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