Html Css Color HEX #799326 Sushi

📋 copy color: '#799326'

red 121 ◦ green 147 ◦ blue 38

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

Shades of Sushi #799326

Tints of Sushi #799326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 39.54%
G = 48.04%
B = 12.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#799326 (or 0x799326) is known color: Sushi. HEX triplet: 79, 93 and 26. RGB value is (121,147,38). Sum of RGB (Red+Green+Blue) = 121+147+38=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #799326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799326 is #866CD9. Grayscale: #7F7F7F. Windows color (decimal): -8809690 or 2528121. OLE color: 2528121.

HSL color Cylindrical-coordinate representation of color #799326: hue angle of 74.31º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #799326 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 38 -
CMYK 0.18 0 0.74 0.42
HSL 74.31º 0.59% 0.36% -
HSV(B) 74.31º 0.74% 0.58% -
XYZ 18.67 25.07 5.69 -
YUV 126.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 121 147 38 0.18 0 0.74 0.42 74.31 0.59 0.36
Hex 79 93 26 12 0 4A 2A 4A 3B 24
Octal 171 223 46 22 0 112 52 112 73 44
Binary 1111001 10010011 100110 10010 0 1001010 101010 1001010 111011 100100

Color Harmonies of #799326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799326

Black with #799326

Text Example


Text Example

White with #799326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799326; }

 p { color: rgb(121,147,38); }

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

background-color css

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

 a { background-color: rgb(121,147,38); }

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

border-color css

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

 span { border-color: rgb(121,147,38); }

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