Html Css Color HEX #87790E Olive

📋 copy color: '#87790E'

red 135 ◦ green 121 ◦ blue 14

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

Shades of Olive #87790E

Tints of Olive #87790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 50%
G = 44.81%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87790E (or 0x87790E) is known color: Olive. HEX triplet: 87, 79 and 0E. RGB value is (135,121,14). Sum of RGB (Red+Green+Blue) = 135+121+14=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87790E is #7886F1. Grayscale: #717171. Windows color (decimal): -7898866 or 948615. OLE color: 948615.

HSL color Cylindrical-coordinate representation of color #87790E: hue angle of 53.06º degrees, saturation: 0.81, 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 #87790E is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 121 14 -
CMYK 0 0.10 0.90 0.47
HSL 53.06º 0.81% 0.29% -
HSV(B) 53.06º 0.9% 0.53% -
XYZ 16.91 18.86 3.16 -
YUV 112.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 135 121 14 0 0.10 0.90 0.47 53.06 0.81 0.29
Hex 87 79 E 0 A 5A 2F 35 51 1D
Octal 207 171 16 0 12 132 57 65 121 35
Binary 10000111 1111001 1110 0 1010 1011010 101111 110101 1010001 11101

Color Harmonies of #87790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87790E

Black with #87790E

Text Example


Text Example

White with #87790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87790E; }

 p { color: rgb(135,121,14); }

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

background-color css

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

 a { background-color: rgb(135,121,14); }

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

border-color css

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

 span { border-color: rgb(135,121,14); }

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