Html Css Color HEX #877C12 Olive

📋 copy color: '#877C12'

red 135 ◦ green 124 ◦ blue 18

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

Shades of Olive #877C12

Tints of Olive #877C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 48.74%
G = 44.77%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#877C12 (or 0x877C12) is known color: Olive. HEX triplet: 87, 7C and 12. RGB value is (135,124,18). Sum of RGB (Red+Green+Blue) = 135+124+18=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #877C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C12 is #7883ED. Grayscale: #737373. Windows color (decimal): -7898094 or 1211527. OLE color: 1211527.

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

Color convert

RGB 135 124 18 -
CMYK 0 0.08 0.87 0.47
HSL 54.36º 0.76% 0.3% -
HSV(B) 54.36º 0.87% 0.53% -
XYZ 17.31 19.61 3.45 -
YUV 115.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 135 124 18 0 0.08 0.87 0.47 54.36 0.76 0.3
Hex 87 7C 12 0 8 57 2F 36 4C 1E
Octal 207 174 22 0 10 127 57 66 114 36
Binary 10000111 1111100 10010 0 1000 1010111 101111 110110 1001100 11110

Color Harmonies of #877C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C12

Black with #877C12

Text Example


Text Example

White with #877C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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