Html Css Color HEX #877B12 Olive

📋 copy color: '#877B12'

red 135 ◦ green 123 ◦ blue 18

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

Shades of Olive #877B12

Tints of Olive #877B12

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.57%

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

R = 48.91%
G = 44.57%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#877B12 (or 0x877B12) is known color: Olive. HEX triplet: 87, 7B and 12. RGB value is (135,123,18). Sum of RGB (Red+Green+Blue) = 135+123+18=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #877B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B12 is #7884ED. Grayscale: #737373. Windows color (decimal): -7898350 or 1211271. OLE color: 1211271.

HSL color Cylindrical-coordinate representation of color #877B12: hue angle of 53.85º 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 #877B12 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 123 18 -
CMYK 0 0.09 0.87 0.47
HSL 53.85º 0.76% 0.3% -
HSV(B) 53.85º 0.87% 0.53% -
XYZ 17.18 19.36 3.4 -
YUV 114.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 135 123 18 0 0.09 0.87 0.47 53.85 0.76 0.3
Hex 87 7B 12 0 9 57 2F 36 4C 1E
Octal 207 173 22 0 11 127 57 66 114 36
Binary 10000111 1111011 10010 0 1001 1010111 101111 110110 1001100 11110

Color Harmonies of #877B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B12

Black with #877B12

Text Example


Text Example

White with #877B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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