Html Css Color HEX #877C10 Olive

📋 copy color: '#877C10'

red 135 ◦ green 124 ◦ blue 16

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

Shades of Olive #877C10

Tints of Olive #877C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 49.09%
G = 45.09%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#877C10 (or 0x877C10) is known color: Olive. HEX triplet: 87, 7C and 10. RGB value is (135,124,16). Sum of RGB (Red+Green+Blue) = 135+124+16=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #877C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C10 is #7883EF. Grayscale: #737373. Windows color (decimal): -7898096 or 1080455. OLE color: 1080455.

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

Color convert

RGB 135 124 16 -
CMYK 0 0.08 0.88 0.47
HSL 54.45º 0.79% 0.3% -
HSV(B) 54.45º 0.88% 0.53% -
XYZ 17.29 19.6 3.36 -
YUV 114.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 135 124 16 0 0.08 0.88 0.47 54.45 0.79 0.3
Hex 87 7C 10 0 8 58 2F 36 4F 1E
Octal 207 174 20 0 10 130 57 66 117 36
Binary 10000111 1111100 10000 0 1000 1011000 101111 110110 1001111 11110

Color Harmonies of #877C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C10

Black with #877C10

Text Example


Text Example

White with #877C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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