Html Css Color HEX #877C00 Olive

📋 copy color: '#877C00'

red 135 ◦ green 124 ◦ blue 0

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

Shades of Olive #877C00

Tints of Olive #877C00

RGB

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

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

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

R = 52.12%
G = 47.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877C00 (or 0x877C00) is known color: Olive. HEX triplet: 87, 7C and 00. RGB value is (135,124,0). Sum of RGB (Red+Green+Blue) = 135+124+0=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #877C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C00 is #7883FF. Grayscale: #717171. Windows color (decimal): -7898112 or 31879. OLE color: 31879.

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

Color convert

RGB 135 124 0 -
CMYK 0 0.08 1 0.47
HSL 55.11º 1% 0.26% -
HSV(B) 55.11º 1% 0.53% -
XYZ 17.2 19.57 2.87 -
YUV 113.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 135 124 0 0 0.08 1 0.47 55.11 1 0.26
Hex 87 7C 0 0 8 64 2F 37 64 1A
Octal 207 174 0 0 10 144 57 67 144 32
Binary 10000111 1111100 0 0 1000 1100100 101111 110111 1100100 11010

Color Harmonies of #877C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C00

Black with #877C00

Text Example


Text Example

White with #877C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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