Html Css Color HEX #79710D Olive

📋 copy color: '#79710D'

red 121 ◦ green 113 ◦ blue 13

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

Shades of Olive #79710D

Tints of Olive #79710D

RGB

 RED value IS 121 (47.66% from 255) = 48.99%

 GREEN value IS 113 (44.53% from 255) = 45.75%

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

R = 48.99%
G = 45.75%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79710D (or 0x79710D) is known color: Olive. HEX triplet: 79, 71 and 0D. RGB value is (121,113,13). Sum of RGB (Red+Green+Blue) = 121+113+13=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #79710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79710D is #868EF2. Grayscale: #686868. Windows color (decimal): -8818419 or 881017. OLE color: 881017.

HSL color Cylindrical-coordinate representation of color #79710D: hue angle of 55.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79710D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 113 13 -
CMYK 0 0.07 0.89 0.53
HSL 55.56º 0.81% 0.26% -
HSV(B) 55.56º 0.89% 0.47% -
XYZ 13.86 15.9 2.72 -
YUV 103.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 121 113 13 0 0.07 0.89 0.53 55.56 0.81 0.26
Hex 79 71 D 0 7 59 35 38 51 1A
Octal 171 161 15 0 7 131 65 70 121 32
Binary 1111001 1110001 1101 0 111 1011001 110101 111000 1010001 11010

Color Harmonies of #79710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79710D

Black with #79710D

Text Example


Text Example

White with #79710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,113,13); }

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

background-color css

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

 a { background-color: rgb(121,113,13); }

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

border-color css

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

 span { border-color: rgb(121,113,13); }

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