Html Css Color HEX #877106 Olive

📋 copy color: '#877106'

red 135 ◦ green 113 ◦ blue 6

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

Shades of Olive #877106

Tints of Olive #877106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 53.15%
G = 44.49%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877106 (or 0x877106) is known color: Olive. HEX triplet: 87, 71 and 06. RGB value is (135,113,6). Sum of RGB (Red+Green+Blue) = 135+113+6=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #877106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877106 is #788EF9. Grayscale: #6B6B6B. Windows color (decimal): -7900922 or 422279. OLE color: 422279.

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

Color convert

RGB 135 113 6 -
CMYK 0 0.16 0.96 0.47
HSL 49.77º 0.91% 0.28% -
HSV(B) 49.77º 0.96% 0.53% -
XYZ 15.93 16.97 2.61 -
YUV 107.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 135 113 6 0 0.16 0.96 0.47 49.77 0.91 0.28
Hex 87 71 6 0 10 60 2F 32 5B 1C
Octal 207 161 6 0 20 140 57 62 133 34
Binary 10000111 1110001 110 0 10000 1100000 101111 110010 1011011 11100

Color Harmonies of #877106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877106

Black with #877106

Text Example


Text Example

White with #877106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877106; }

 p { color: rgb(135,113,6); }

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

background-color css

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

 a { background-color: rgb(135,113,6); }

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

border-color css

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

 span { border-color: rgb(135,113,6); }

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