Html Css Color HEX #877900 Olive

📋 copy color: '#877900'

red 135 ◦ green 121 ◦ blue 0

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

Shades of Olive #877900

Tints of Olive #877900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 52.73%
G = 47.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877900 (or 0x877900) is known color: Olive. HEX triplet: 87, 79 and 00. RGB value is (135,121,0). Sum of RGB (Red+Green+Blue) = 135+121+0=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #877900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877900 is #7886FF. Grayscale: #6F6F6F. Windows color (decimal): -7898880 or 31111. OLE color: 31111.

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

Color convert

RGB 135 121 0 -
CMYK 0 0.10 1 0.47
HSL 53.78º 1% 0.26% -
HSV(B) 53.78º 1% 0.53% -
XYZ 16.83 18.83 2.75 -
YUV 111.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 135 121 0 0 0.10 1 0.47 53.78 1 0.26
Hex 87 79 0 0 A 64 2F 36 64 1A
Octal 207 171 0 0 12 144 57 66 144 32
Binary 10000111 1111001 0 0 1010 1100100 101111 110110 1100100 11010

Color Harmonies of #877900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877900

Black with #877900

Text Example


Text Example

White with #877900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877900; }

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

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

background-color css

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

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

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

border-color css

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

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

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