Html Css Color HEX #87790C Olive

📋 copy color: '#87790C'

red 135 ◦ green 121 ◦ blue 12

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

Shades of Olive #87790C

Tints of Olive #87790C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 50.37%
G = 45.15%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87790C (or 0x87790C) is known color: Olive. HEX triplet: 87, 79 and 0C. RGB value is (135,121,12). Sum of RGB (Red+Green+Blue) = 135+121+12=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87790C is #7886F3. Grayscale: #717171. Windows color (decimal): -7898868 or 817543. OLE color: 817543.

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

Color convert

RGB 135 121 12 -
CMYK 0 0.10 0.91 0.47
HSL 53.17º 0.84% 0.29% -
HSV(B) 53.17º 0.91% 0.53% -
XYZ 16.9 18.85 3.1 -
YUV 112.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 135 121 12 0 0.10 0.91 0.47 53.17 0.84 0.29
Hex 87 79 C 0 A 5B 2F 35 54 1D
Octal 207 171 14 0 12 133 57 65 124 35
Binary 10000111 1111001 1100 0 1010 1011011 101111 110101 1010100 11101

Color Harmonies of #87790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87790C

Black with #87790C

Text Example


Text Example

White with #87790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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