Html Css Color HEX #79983D Sushi

📋 copy color: '#79983D'

red 121 ◦ green 152 ◦ blue 61

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

Shades of Sushi #79983D

Tints of Sushi #79983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 36.23%
G = 45.51%
B = 18.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#79983D (or 0x79983D) is known color: Sushi. HEX triplet: 79, 98 and 3D. RGB value is (121,152,61). Sum of RGB (Red+Green+Blue) = 121+152+61=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #79983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79983D is #8667C2. Grayscale: #848484. Windows color (decimal): -8808387 or 4036729. OLE color: 4036729.

HSL color Cylindrical-coordinate representation of color #79983D: hue angle of 80.44º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79983D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 61 -
CMYK 0.20 0 0.60 0.40
HSL 80.44º 0.43% 0.42% -
HSV(B) 80.44º 0.6% 0.6% -
XYZ 19.96 26.86 8.55 -
YUV 132.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 121 152 61 0.20 0 0.60 0.40 80.44 0.43 0.42
Hex 79 98 3D 14 0 3C 28 50 2B 2A
Octal 171 230 75 24 0 74 50 120 53 52
Binary 1111001 10011000 111101 10100 0 111100 101000 1010000 101011 101010

Color Harmonies of #79983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79983D

Black with #79983D

Text Example


Text Example

White with #79983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79983D; }

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

 H1.HeaderClassName
 {
   color: #79983D;
 }
 .AnyTagClassName
 {
   color: #79983D;
 }
</style>

background-color css

<style>
 a { background-color: #79983D; }

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

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

border-color css

<style>
 span { border-color: #79983D; }

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

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