Html Css Color HEX #79710B Olive

📋 copy color: '#79710B'

red 121 ◦ green 113 ◦ blue 11

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

Shades of Olive #79710B

Tints of Olive #79710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 49.39%
G = 46.12%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#79710B (or 0x79710B) is known color: Olive. HEX triplet: 79, 71 and 0B. RGB value is (121,113,11). Sum of RGB (Red+Green+Blue) = 121+113+11=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79710B is #868EF4. Grayscale: #686868. Windows color (decimal): -8818421 or 749945. OLE color: 749945.

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

Color convert

RGB 121 113 11 -
CMYK 0 0.07 0.91 0.53
HSL 55.64º 0.83% 0.26% -
HSV(B) 55.64º 0.91% 0.47% -
XYZ 13.85 15.9 2.66 -
YUV 103.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 121 113 11 0 0.07 0.91 0.53 55.64 0.83 0.26
Hex 79 71 B 0 7 5B 35 38 53 1A
Octal 171 161 13 0 7 133 65 70 123 32
Binary 1111001 1110001 1011 0 111 1011011 110101 111000 1010011 11010

Color Harmonies of #79710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79710B

Black with #79710B

Text Example


Text Example

White with #79710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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