#799626

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

Shades of Sushi #799626

Tints of Sushi #799626

Color information

#799626 (or 0x799626) is unknown color: approx Sushi. HEX triplet: 79, 96 and 26. RGB value is (121,150,38). Sum of RGB (Red+Green+Blue) = 121+150+38=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #799626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799626 is #8669D9. Grayscale: #808080. Windows color (decimal): -8808922 or 2528889. OLE color: 2528889.

HSL color Cylindrical-coordinate representation of color #799626: hue angle of 75.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799626 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB12115038-
CMYK0.1900.750.41
HSL75.54º59.57%36.86%-
HSV(B)75.54º74.67%58.82%-
XYZ19.1426.025.85-
YUV128.5676.89122.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=39.16%
G=48.54%
B=12.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150380.1900.750.4175.5459.5736.86
Hex7996261304B294c3c25
Octal17122646230113511147445
Binary11110011001011010011010011010010111010011001100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799626; }

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

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

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

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

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

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

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

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