Html Css Color HEX #877501 Olive

📋 copy color: '#877501'

red 135 ◦ green 117 ◦ blue 1

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

Shades of Olive #877501

Tints of Olive #877501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 53.36%
G = 46.25%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877501 (or 0x877501) is known color: Olive. HEX triplet: 87, 75 and 01. RGB value is (135,117,1). Sum of RGB (Red+Green+Blue) = 135+117+1=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #877501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877501 is #788AFE. Grayscale: #6D6D6D. Windows color (decimal): -7899903 or 95623. OLE color: 95623.

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

Color convert

RGB 135 117 1 -
CMYK 0 0.13 0.99 0.47
HSL 51.94º 0.99% 0.27% -
HSV(B) 51.94º 0.99% 0.53% -
XYZ 16.36 17.88 2.62 -
YUV 109.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 135 117 1 0 0.13 0.99 0.47 51.94 0.99 0.27
Hex 87 75 1 0 D 63 2F 34 63 1B
Octal 207 165 1 0 15 143 57 64 143 33
Binary 10000111 1110101 1 0 1101 1100011 101111 110100 1100011 11011

Color Harmonies of #877501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877501

Black with #877501

Text Example


Text Example

White with #877501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877501; }

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

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

background-color css

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

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

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

border-color css

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

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

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