Html Css Color HEX #877404 Olive

📋 copy color: '#877404'

red 135 ◦ green 116 ◦ blue 4

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

Shades of Olive #877404

Tints of Olive #877404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 52.94%
G = 45.49%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#877404 (or 0x877404) is known color: Olive. HEX triplet: 87, 74 and 04. RGB value is (135,116,4). Sum of RGB (Red+Green+Blue) = 135+116+4=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #877404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877404 is #788BFB. Grayscale: #6D6D6D. Windows color (decimal): -7900156 or 291975. OLE color: 291975.

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

Color convert

RGB 135 116 4 -
CMYK 0 0.14 0.97 0.47
HSL 51.3º 0.94% 0.27% -
HSV(B) 51.3º 0.97% 0.53% -
XYZ 16.26 17.65 2.66 -
YUV 108.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 135 116 4 0 0.14 0.97 0.47 51.3 0.94 0.27
Hex 87 74 4 0 E 61 2F 33 5E 1B
Octal 207 164 4 0 16 141 57 63 136 33
Binary 10000111 1110100 100 0 1110 1100001 101111 110011 1011110 11011

Color Harmonies of #877404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877404

Black with #877404

Text Example


Text Example

White with #877404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877404; }

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

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

background-color css

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

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

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

border-color css

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

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

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