#799234

Color #799234 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #799234

Tints of Sushi #799234

Color information

#799234 (or 0x799234) is unknown color: approx Sushi. HEX triplet: 79, 92 and 34. RGB value is (121,146,52). Sum of RGB (Red+Green+Blue) = 121+146+52=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #799234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799234 is #866DCB. Grayscale: #808080. Windows color (decimal): -8809932 or 3445369. OLE color: 3445369.

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

Color convert

RGB12114652-
CMYK0.1700.640.43
HSL75.96º47.47%38.82%-
HSV(B)75.96º64.38%57.25%-
XYZ18.7824.877.06-
YUV127.8185.22123.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=37.93%
G=45.77%
B=16.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146520.1700.640.4375.9647.4738.82
Hex799234110402B4c2f27
Octal17122264210100531145747
Binary11110011001001011010010001010000001010111001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799234; }

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

 H1.HeaderClassName
 {
   color: #799234;
 }
 .AnyTagClassName
 {
   color: #799234;
 }
</style>
background-color css

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

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

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

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

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

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