Html Css Color HEX #79992A Sushi

📋 copy color: '#79992A'

red 121 ◦ green 153 ◦ blue 42

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

Shades of Sushi #79992A

Tints of Sushi #79992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 38.29%
G = 48.42%
B = 13.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#79992A (or 0x79992A) is known color: Sushi. HEX triplet: 79, 99 and 2A. RGB value is (121,153,42). Sum of RGB (Red+Green+Blue) = 121+153+42=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #79992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79992A is #8666D5. Grayscale: #838383. Windows color (decimal): -8808150 or 2791801. OLE color: 2791801.

HSL color Cylindrical-coordinate representation of color #79992A: hue angle of 77.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79992A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 42 -
CMYK 0.21 0 0.73 0.4
HSL 77.3º 0.57% 0.38% -
HSV(B) 77.3º 0.73% 0.6% -
XYZ 19.69 27.01 6.37 -
YUV 130.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 121 153 42 0.21 0 0.73 0.4 77.3 0.57 0.38
Hex 79 99 2A 15 0 49 28 4D 39 26
Octal 171 231 52 25 0 111 50 115 71 46
Binary 1111001 10011001 101010 10101 0 1001001 101000 1001101 111001 100110

Color Harmonies of #79992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79992A

Black with #79992A

Text Example


Text Example

White with #79992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,153,42); }

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

background-color css

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

 a { background-color: rgb(121,153,42); }

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

border-color css

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

 span { border-color: rgb(121,153,42); }

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