Html Css Color HEX #877A10 Olive

📋 copy color: '#877A10'

red 135 ◦ green 122 ◦ blue 16

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

Shades of Olive #877A10

Tints of Olive #877A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

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

R = 49.45%
G = 44.69%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#877A10 (or 0x877A10) is known color: Olive. HEX triplet: 87, 7A and 10. RGB value is (135,122,16). Sum of RGB (Red+Green+Blue) = 135+122+16=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #877A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877A10 is #7885EF. Grayscale: #727272. Windows color (decimal): -7898608 or 1079943. OLE color: 1079943.

HSL color Cylindrical-coordinate representation of color #877A10: hue angle of 53.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 #877A10 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 122 16 -
CMYK 0 0.10 0.88 0.47
HSL 53.45º 0.79% 0.3% -
HSV(B) 53.45º 0.88% 0.53% -
XYZ 17.04 19.11 3.28 -
YUV 113.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 135 122 16 0 0.10 0.88 0.47 53.45 0.79 0.3
Hex 87 7A 10 0 A 58 2F 35 4F 1E
Octal 207 172 20 0 12 130 57 65 117 36
Binary 10000111 1111010 10000 0 1010 1011000 101111 110101 1001111 11110

Color Harmonies of #877A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A10

Black with #877A10

Text Example


Text Example

White with #877A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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