Html Css Color HEX #87790F Olive

📋 copy color: '#87790F'

red 135 ◦ green 121 ◦ blue 15

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

Shades of Olive #87790F

Tints of Olive #87790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 49.82%
G = 44.65%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87790F (or 0x87790F) is known color: Olive. HEX triplet: 87, 79 and 0F. RGB value is (135,121,15). Sum of RGB (Red+Green+Blue) = 135+121+15=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #87790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87790F is #7886F0. Grayscale: #717171. Windows color (decimal): -7898865 or 1014151. OLE color: 1014151.

HSL color Cylindrical-coordinate representation of color #87790F: hue angle of 53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87790F is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 121 15 -
CMYK 0 0.10 0.89 0.47
HSL 53º 0.8% 0.29% -
HSV(B) 53º 0.89% 0.53% -
XYZ 16.92 18.86 3.2 -
YUV 113.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 135 121 15 0 0.10 0.89 0.47 53 0.8 0.29
Hex 87 79 F 0 A 59 2F 35 50 1D
Octal 207 171 17 0 12 131 57 65 120 35
Binary 10000111 1111001 1111 0 1010 1011001 101111 110101 1010000 11101

Color Harmonies of #87790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87790F

Black with #87790F

Text Example


Text Example

White with #87790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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