Html Css Color HEX #799920 Sushi

📋 copy color: '#799920'

red 121 ◦ green 153 ◦ blue 32

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

Shades of Sushi #799920

Tints of Sushi #799920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 39.54%
G = 50%
B = 10.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#799920 (or 0x799920) is known color: Sushi. HEX triplet: 79, 99 and 20. RGB value is (121,153,32). Sum of RGB (Red+Green+Blue) = 121+153+32=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #799920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799920 is #8666DF. Grayscale: #828282. Windows color (decimal): -8808160 or 2136441. OLE color: 2136441.

HSL color Cylindrical-coordinate representation of color #799920: hue angle of 75.87º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #799920 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 32 -
CMYK 0.21 0 0.79 0.4
HSL 75.87º 0.65% 0.36% -
HSV(B) 75.87º 0.79% 0.6% -
XYZ 19.54 26.95 5.54 -
YUV 129.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 121 153 32 0.21 0 0.79 0.4 75.87 0.65 0.36
Hex 79 99 20 15 0 4F 28 4C 41 24
Octal 171 231 40 25 0 117 50 114 101 44
Binary 1111001 10011001 100000 10101 0 1001111 101000 1001100 1000001 100100

Color Harmonies of #799920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799920

Black with #799920

Text Example


Text Example

White with #799920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799920; }

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

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

background-color css

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

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

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

border-color css

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

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

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