#7A9B34

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

Shades of Sushi #7A9B34

Tints of Sushi #7A9B34

Color information

#7A9B34 (or 0x7A9B34) is unknown color: approx Sushi. HEX triplet: 7A, 9B and 34. RGB value is (122,155,52). Sum of RGB (Red+Green+Blue) = 122+155+52=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9B34 is #8564CB. Grayscale: #858585. Windows color (decimal): -8742092 or 3447674. OLE color: 3447674.

HSL color Cylindrical-coordinate representation of color #7A9B34: hue angle of 79.22º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A9B34 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB12215552-
CMYK0.2100.660.39
HSL79.22º49.76%40.59%-
HSV(B)79.22º66.45%60.78%-
XYZ20.3727.837.55-
YUV133.3982.07119.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=37.08%
G=47.11%
B=15.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122155520.2100.660.3979.2249.7640.59
Hex7A9B3415042274f3229
Octal17223364250102471176251
Binary11110101001101111010010101010000101001111001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9B34; }

 p { color: rgb(122,155,52); }

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

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

 a { background-color: rgb(122,155,52); }

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

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

 span { border-color: rgb(122,155,52); }

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