Html Css Color HEX #877505 Olive

📋 copy color: '#877505'

red 135 ◦ green 117 ◦ blue 5

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

Shades of Olive #877505

Tints of Olive #877505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 52.53%
G = 45.53%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877505 (or 0x877505) is known color: Olive. HEX triplet: 87, 75 and 05. RGB value is (135,117,5). Sum of RGB (Red+Green+Blue) = 135+117+5=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #877505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877505 is #788AFA. Grayscale: #6E6E6E. Windows color (decimal): -7899899 or 357767. OLE color: 357767.

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

Color convert

RGB 135 117 5 -
CMYK 0 0.13 0.96 0.47
HSL 51.69º 0.93% 0.27% -
HSV(B) 51.69º 0.96% 0.53% -
XYZ 16.38 17.88 2.73 -
YUV 109.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 135 117 5 0 0.13 0.96 0.47 51.69 0.93 0.27
Hex 87 75 5 0 D 60 2F 34 5D 1B
Octal 207 165 5 0 15 140 57 64 135 33
Binary 10000111 1110101 101 0 1101 1100000 101111 110100 1011101 11011

Color Harmonies of #877505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877505

Black with #877505

Text Example


Text Example

White with #877505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877505; }

 p { color: rgb(135,117,5); }

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

background-color css

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

 a { background-color: rgb(135,117,5); }

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

border-color css

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

 span { border-color: rgb(135,117,5); }

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