#7A9E34

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

Shades of Sushi #7A9E34

Tints of Sushi #7A9E34

Color information

#7A9E34 (or 0x7A9E34) is unknown color: approx Sushi. HEX triplet: 7A, 9E and 34. RGB value is (122,158,52). Sum of RGB (Red+Green+Blue) = 122+158+52=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9E34 is #8561CB. Grayscale: #878787. Windows color (decimal): -8741324 or 3448442. OLE color: 3448442.

HSL color Cylindrical-coordinate representation of color #7A9E34: hue angle of 80.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A9E34 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB12215852-
CMYK0.2300.670.38
HSL80.38º50.48%41.18%-
HSV(B)80.38º67.09%61.96%-
XYZ20.8728.847.72-
YUV135.1581.07118.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=36.75%
G=47.59%
B=15.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122158520.2300.670.3880.3850.4841.18
Hex7A9E341704326503229
Octal17223664270103461206251
Binary11110101001111011010010111010000111001101010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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