Html Css Color HEX #87770D Olive

📋 copy color: '#87770D'

red 135 ◦ green 119 ◦ blue 13

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

Shades of Olive #87770D

Tints of Olive #87770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 50.56%
G = 44.57%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87770D (or 0x87770D) is known color: Olive. HEX triplet: 87, 77 and 0D. RGB value is (135,119,13). Sum of RGB (Red+Green+Blue) = 135+119+13=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87770D is #7888F2. Grayscale: #707070. Windows color (decimal): -7899379 or 882567. OLE color: 882567.

HSL color Cylindrical-coordinate representation of color #87770D: hue angle of 52.13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87770D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 119 13 -
CMYK 0 0.12 0.90 0.47
HSL 52.13º 0.82% 0.29% -
HSV(B) 52.13º 0.9% 0.53% -
XYZ 16.66 18.37 3.05 -
YUV 111.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 135 119 13 0 0.12 0.90 0.47 52.13 0.82 0.29
Hex 87 77 D 0 C 5A 2F 34 52 1D
Octal 207 167 15 0 14 132 57 64 122 35
Binary 10000111 1110111 1101 0 1100 1011010 101111 110100 1010010 11101

Color Harmonies of #87770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87770D

Black with #87770D

Text Example


Text Example

White with #87770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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