#799134

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

Shades of Wasabi #799134

Tints of Wasabi #799134

Color information

#799134 (or 0x799134) is unknown color: approx Wasabi. HEX triplet: 79, 91 and 34. RGB value is (121,145,52). Sum of RGB (Red+Green+Blue) = 121+145+52=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #799134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799134 is #866ECB. Grayscale: #7F7F7F. Windows color (decimal): -8810188 or 3445113. OLE color: 3445113.

HSL color Cylindrical-coordinate representation of color #799134: hue angle of 75.48º 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 #799134 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB12114552-
CMYK0.1700.640.43
HSL75.48º47.21%38.63%-
HSV(B)75.48º64.14%56.86%-
XYZ18.6324.567.01-
YUV127.2285.55123.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=38.05%
G=45.60%
B=16.35%

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
Decimal121145520.1700.640.4375.4847.2138.63
Hex799134110402B4b2f27
Octal17122164210100531135747
Binary11110011001000111010010001010000001010111001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799134; }

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

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

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

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

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

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

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

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