Html Css Color HEX #79982E Sushi

📋 copy color: '#79982E'

red 121 ◦ green 152 ◦ blue 46

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

Shades of Sushi #79982E

Tints of Sushi #79982E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 37.93%
G = 47.65%
B = 14.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#79982E (or 0x79982E) is known color: Sushi. HEX triplet: 79, 98 and 2E. RGB value is (121,152,46). Sum of RGB (Red+Green+Blue) = 121+152+46=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #79982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79982E is #8667D1. Grayscale: #838383. Windows color (decimal): -8808402 or 3053689. OLE color: 3053689.

HSL color Cylindrical-coordinate representation of color #79982E: hue angle of 77.55º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79982E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 46 -
CMYK 0.20 0 0.70 0.40
HSL 77.55º 0.54% 0.39% -
HSV(B) 77.55º 0.7% 0.6% -
XYZ 19.61 26.72 6.71 -
YUV 130.65 80.23 121.12 -
System Red Green Blue C M Y K H S L
Decimal 121 152 46 0.20 0 0.70 0.40 77.55 0.54 0.39
Hex 79 98 2E 14 0 46 28 4E 36 27
Octal 171 230 56 24 0 106 50 116 66 47
Binary 1111001 10011000 101110 10100 0 1000110 101000 1001110 110110 100111

Color Harmonies of #79982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79982E

Black with #79982E

Text Example


Text Example

White with #79982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79982E; }

 p { color: rgb(121,152,46); }

 H1.HeaderClassName
 {
   color: #79982E;
 }
 .AnyTagClassName
 {
   color: #79982E;
 }
</style>

background-color css

<style>
 a { background-color: #79982E; }

 a { background-color: rgb(121,152,46); }

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

border-color css

<style>
 span { border-color: #79982E; }

 span { border-color: rgb(121,152,46); }

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