Html Css Color HEX #799531 Sushi

📋 copy color: '#799531'

red 121 ◦ green 149 ◦ blue 49

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

Shades of Sushi #799531

Tints of Sushi #799531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 37.93%
G = 46.71%
B = 15.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#799531 (or 0x799531) is known color: Sushi. HEX triplet: 79, 95 and 31. RGB value is (121,149,49). Sum of RGB (Red+Green+Blue) = 121+149+49=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #799531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799531 is #866ACE. Grayscale: #818181. Windows color (decimal): -8809167 or 3249529. OLE color: 3249529.

HSL color Cylindrical-coordinate representation of color #799531: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799531 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 49 -
CMYK 0.19 0 0.67 0.42
HSL 76.8º 0.51% 0.39% -
HSV(B) 76.8º 0.67% 0.58% -
XYZ 19.19 25.78 6.87 -
YUV 129.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 121 149 49 0.19 0 0.67 0.42 76.8 0.51 0.39
Hex 79 95 31 13 0 43 2A 4D 33 27
Octal 171 225 61 23 0 103 52 115 63 47
Binary 1111001 10010101 110001 10011 0 1000011 101010 1001101 110011 100111

Color Harmonies of #799531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799531

Black with #799531

Text Example


Text Example

White with #799531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799531; }

 p { color: rgb(121,149,49); }

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

background-color css

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

 a { background-color: rgb(121,149,49); }

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

border-color css

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

 span { border-color: rgb(121,149,49); }

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