Html Css Color HEX #877400 Olive

📋 copy color: '#877400'

red 135 ◦ green 116 ◦ blue 0

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

Shades of Olive #877400

Tints of Olive #877400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877400 (or 0x877400) is known color: Olive. HEX triplet: 87, 74 and 00. RGB value is (135,116,0). Sum of RGB (Red+Green+Blue) = 135+116+0=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #877400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877400 is #788BFF. Grayscale: #6C6C6C. Windows color (decimal): -7900160 or 29831. OLE color: 29831.

HSL color Cylindrical-coordinate representation of color #877400: hue angle of 51.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #877400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 0 -
CMYK 0 0.14 1 0.47
HSL 51.56º 1% 0.26% -
HSV(B) 51.56º 1% 0.53% -
XYZ 16.24 17.64 2.55 -
YUV 108.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 135 116 0 0 0.14 1 0.47 51.56 1 0.26
Hex 87 74 0 0 E 64 2F 34 64 1A
Octal 207 164 0 0 16 144 57 64 144 32
Binary 10000111 1110100 0 0 1110 1100100 101111 110100 1100100 11010

Color Harmonies of #877400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877400

Black with #877400

Text Example


Text Example

White with #877400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877400; }

 p { color: rgb(135,116,0); }

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

background-color css

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

 a { background-color: rgb(135,116,0); }

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

border-color css

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

 span { border-color: rgb(135,116,0); }

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