Html Css Color HEX #799B20 Sushi

📋 copy color: '#799B20'

red 121 ◦ green 155 ◦ blue 32

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

Shades of Sushi #799B20

Tints of Sushi #799B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.32%

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

R = 39.29%
G = 50.32%
B = 10.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#799B20 (or 0x799B20) is known color: Sushi. HEX triplet: 79, 9B and 20. RGB value is (121,155,32). Sum of RGB (Red+Green+Blue) = 121+155+32=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #799B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B20 is #8664DF. Grayscale: #838383. Windows color (decimal): -8807648 or 2136953. OLE color: 2136953.

HSL color Cylindrical-coordinate representation of color #799B20: hue angle of 76.59º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #799B20 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 32 -
CMYK 0.22 0 0.79 0.39
HSL 76.59º 0.66% 0.37% -
HSV(B) 76.59º 0.79% 0.61% -
XYZ 19.87 27.61 5.65 -
YUV 130.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 121 155 32 0.22 0 0.79 0.39 76.59 0.66 0.37
Hex 79 9B 20 16 0 4F 27 4D 42 25
Octal 171 233 40 26 0 117 47 115 102 45
Binary 1111001 10011011 100000 10110 0 1001111 100111 1001101 1000010 100101

Color Harmonies of #799B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B20

Black with #799B20

Text Example


Text Example

White with #799B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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