Html Css Color HEX #79701F Pesto

📋 copy color: '#79701F'

red 121 ◦ green 112 ◦ blue 31

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

Shades of Pesto #79701F

Tints of Pesto #79701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 45.83%
G = 42.42%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#79701F (or 0x79701F) is known color: Pesto. HEX triplet: 79, 70 and 1F. RGB value is (121,112,31). Sum of RGB (Red+Green+Blue) = 121+112+31=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79701F is #868FE0. Grayscale: #696969. Windows color (decimal): -8818657 or 2060409. OLE color: 2060409.

HSL color Cylindrical-coordinate representation of color #79701F: hue angle of 54º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79701F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 31 -
CMYK 0 0.07 0.74 0.53
HSL 54º 0.59% 0.3% -
HSV(B) 54º 0.74% 0.47% -
XYZ 13.93 15.75 3.6 -
YUV 105.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 121 112 31 0 0.07 0.74 0.53 54 0.59 0.3
Hex 79 70 1F 0 7 4A 35 36 3B 1E
Octal 171 160 37 0 7 112 65 66 73 36
Binary 1111001 1110000 11111 0 111 1001010 110101 110110 111011 11110

Color Harmonies of #79701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79701F

Black with #79701F

Text Example


Text Example

White with #79701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,112,31); }

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

background-color css

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

 a { background-color: rgb(121,112,31); }

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

border-color css

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

 span { border-color: rgb(121,112,31); }

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