Html Css Color HEX #877600 Olive

📋 copy color: '#877600'

red 135 ◦ green 118 ◦ blue 0

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

Shades of Olive #877600

Tints of Olive #877600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 53.36%
G = 46.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877600 (or 0x877600) is known color: Olive. HEX triplet: 87, 76 and 00. RGB value is (135,118,0). Sum of RGB (Red+Green+Blue) = 135+118+0=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #877600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877600 is #7889FF. Grayscale: #6E6E6E. Windows color (decimal): -7899648 or 30343. OLE color: 30343.

HSL color Cylindrical-coordinate representation of color #877600: hue angle of 52.44º 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 #877600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 118 0 -
CMYK 0 0.13 1 0.47
HSL 52.44º 1% 0.26% -
HSV(B) 52.44º 1% 0.53% -
XYZ 16.47 18.11 2.63 -
YUV 109.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 135 118 0 0 0.13 1 0.47 52.44 1 0.26
Hex 87 76 0 0 D 64 2F 34 64 1A
Octal 207 166 0 0 15 144 57 64 144 32
Binary 10000111 1110110 0 0 1101 1100100 101111 110100 1100100 11010

Color Harmonies of #877600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877600

Black with #877600

Text Example


Text Example

White with #877600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877600; }

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

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

background-color css

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

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

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

border-color css

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

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

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