Html Css Color HEX #877300 Olive

📋 copy color: '#877300'

red 135 ◦ green 115 ◦ blue 0

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

Shades of Olive #877300

Tints of Olive #877300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 54%
G = 46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#877300 (or 0x877300) is known color: Olive. HEX triplet: 87, 73 and 00. RGB value is (135,115,0). Sum of RGB (Red+Green+Blue) = 135+115+0=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #877300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877300 is #788CFF. Grayscale: #6C6C6C. Windows color (decimal): -7900416 or 29575. OLE color: 29575.

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

Color convert

RGB 135 115 0 -
CMYK 0 0.15 1 0.47
HSL 51.11º 1% 0.26% -
HSV(B) 51.11º 1% 0.53% -
XYZ 16.12 17.41 2.51 -
YUV 107.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 135 115 0 0 0.15 1 0.47 51.11 1 0.26
Hex 87 73 0 0 F 64 2F 33 64 1A
Octal 207 163 0 0 17 144 57 63 144 32
Binary 10000111 1110011 0 0 1111 1100100 101111 110011 1100100 11010

Color Harmonies of #877300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877300

Black with #877300

Text Example


Text Example

White with #877300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877300; }

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

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

background-color css

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

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

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

border-color css

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

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

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