Html Css Color HEX #79992D Sushi

📋 copy color: '#79992D'

red 121 ◦ green 153 ◦ blue 45

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

Shades of Sushi #79992D

Tints of Sushi #79992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 37.93%
G = 47.96%
B = 14.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#79992D (or 0x79992D) is known color: Sushi. HEX triplet: 79, 99 and 2D. RGB value is (121,153,45). Sum of RGB (Red+Green+Blue) = 121+153+45=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #79992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79992D is #8666D2. Grayscale: #838383. Windows color (decimal): -8808147 or 2988409. OLE color: 2988409.

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

Color convert

RGB 121 153 45 -
CMYK 0.21 0 0.71 0.4
HSL 77.78º 0.55% 0.39% -
HSV(B) 77.78º 0.71% 0.6% -
XYZ 19.75 27.04 6.66 -
YUV 131.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 121 153 45 0.21 0 0.71 0.4 77.78 0.55 0.39
Hex 79 99 2D 15 0 47 28 4E 37 27
Octal 171 231 55 25 0 107 50 116 67 47
Binary 1111001 10011001 101101 10101 0 1000111 101000 1001110 110111 100111

Color Harmonies of #79992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79992D

Black with #79992D

Text Example


Text Example

White with #79992D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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