Html Css Color HEX #877706 Olive

📋 copy color: '#877706'

red 135 ◦ green 119 ◦ blue 6

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

Shades of Olive #877706

Tints of Olive #877706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.77%

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

R = 51.92%
G = 45.77%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877706 (or 0x877706) is known color: Olive. HEX triplet: 87, 77 and 06. RGB value is (135,119,6). Sum of RGB (Red+Green+Blue) = 135+119+6=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #877706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877706 is #7888F9. Grayscale: #6F6F6F. Windows color (decimal): -7899386 or 423815. OLE color: 423815.

HSL color Cylindrical-coordinate representation of color #877706: hue angle of 52.56º 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 #877706 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 119 6 -
CMYK 0 0.12 0.96 0.47
HSL 52.56º 0.91% 0.28% -
HSV(B) 52.56º 0.96% 0.53% -
XYZ 16.62 18.36 2.84 -
YUV 110.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 135 119 6 0 0.12 0.96 0.47 52.56 0.91 0.28
Hex 87 77 6 0 C 60 2F 35 5B 1C
Octal 207 167 6 0 14 140 57 65 133 34
Binary 10000111 1110111 110 0 1100 1100000 101111 110101 1011011 11100

Color Harmonies of #877706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877706

Black with #877706

Text Example


Text Example

White with #877706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877706; }

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

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

background-color css

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

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

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

border-color css

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

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

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