Html Css Color HEX #799231 Sushi

📋 copy color: '#799231'

red 121 ◦ green 146 ◦ blue 49

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

Shades of Sushi #799231

Tints of Sushi #799231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

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

R = 38.29%
G = 46.2%
B = 15.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#799231 (or 0x799231) is known color: Sushi. HEX triplet: 79, 92 and 31. RGB value is (121,146,49). Sum of RGB (Red+Green+Blue) = 121+146+49=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #799231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799231 is #866DCE. Grayscale: #7F7F7F. Windows color (decimal): -8809935 or 3248761. OLE color: 3248761.

HSL color Cylindrical-coordinate representation of color #799231: hue angle of 75.46º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #799231 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 49 -
CMYK 0.17 0 0.66 0.43
HSL 75.46º 0.5% 0.38% -
HSV(B) 75.46º 0.66% 0.57% -
XYZ 18.72 24.84 6.71 -
YUV 127.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 121 146 49 0.17 0 0.66 0.43 75.46 0.5 0.38
Hex 79 92 31 11 0 42 2B 4B 32 26
Octal 171 222 61 21 0 102 53 113 62 46
Binary 1111001 10010010 110001 10001 0 1000010 101011 1001011 110010 100110

Color Harmonies of #799231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799231

Black with #799231

Text Example


Text Example

White with #799231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799231; }

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

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

background-color css

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

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

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

border-color css

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

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

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