Html Css Color HEX #79701A Pesto

📋 copy color: '#79701A'

red 121 ◦ green 112 ◦ blue 26

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

Shades of Pesto #79701A

Tints of Pesto #79701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 46.72%
G = 43.24%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79701A (or 0x79701A) is known color: Pesto. HEX triplet: 79, 70 and 1A. RGB value is (121,112,26). Sum of RGB (Red+Green+Blue) = 121+112+26=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #79701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79701A is #868FE5. Grayscale: #696969. Windows color (decimal): -8818662 or 1732729. OLE color: 1732729.

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

Color convert

RGB 121 112 26 -
CMYK 0 0.07 0.79 0.53
HSL 54.32º 0.65% 0.29% -
HSV(B) 54.32º 0.79% 0.47% -
XYZ 13.87 15.73 3.28 -
YUV 104.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 121 112 26 0 0.07 0.79 0.53 54.32 0.65 0.29
Hex 79 70 1A 0 7 4F 35 36 41 1D
Octal 171 160 32 0 7 117 65 66 101 35
Binary 1111001 1110000 11010 0 111 1001111 110101 110110 1000001 11101

Color Harmonies of #79701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79701A

Black with #79701A

Text Example


Text Example

White with #79701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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