Html Css Color HEX #877800 Olive

📋 copy color: '#877800'

red 135 ◦ green 120 ◦ blue 0

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

Shades of Olive #877800

Tints of Olive #877800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877800 (or 0x877800) is known color: Olive. HEX triplet: 87, 78 and 00. RGB value is (135,120,0). Sum of RGB (Red+Green+Blue) = 135+120+0=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #877800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877800 is #7887FF. Grayscale: #6F6F6F. Windows color (decimal): -7899136 or 30855. OLE color: 30855.

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

Color convert

RGB 135 120 0 -
CMYK 0 0.11 1 0.47
HSL 53.33º 1% 0.26% -
HSV(B) 53.33º 1% 0.53% -
XYZ 16.71 18.58 2.71 -
YUV 110.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 135 120 0 0 0.11 1 0.47 53.33 1 0.26
Hex 87 78 0 0 B 64 2F 35 64 1A
Octal 207 170 0 0 13 144 57 65 144 32
Binary 10000111 1111000 0 0 1011 1100100 101111 110101 1100100 11010

Color Harmonies of #877800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877800

Black with #877800

Text Example


Text Example

White with #877800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877800; }

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

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

background-color css

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

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

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

border-color css

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

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

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