#7A9C35

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

Shades of Sushi #7A9C35

Tints of Sushi #7A9C35

Color information

#7A9C35 (or 0x7A9C35) is unknown color: approx Sushi. HEX triplet: 7A, 9C and 35. RGB value is (122,156,53). Sum of RGB (Red+Green+Blue) = 122+156+53=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9C35 is #8563CA. Grayscale: #868686. Windows color (decimal): -8741835 or 3513466. OLE color: 3513466.

HSL color Cylindrical-coordinate representation of color #7A9C35: hue angle of 79.81º degrees, saturation: 0.49, 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 #7A9C35 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB12215653-
CMYK0.2200.660.39
HSL79.81º49.28%40.98%-
HSV(B)79.81º66.03%61.18%-
XYZ20.5628.177.72-
YUV134.0982.24119.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=36.86%
G=47.13%
B=16.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122156530.2200.660.3979.8149.2840.98
Hex7A9C351604227503129
Octal17223465260102471206151
Binary11110101001110011010110110010000101001111010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,53); }

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

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

 a { background-color: rgb(122,156,53); }

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

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

 span { border-color: rgb(122,156,53); }

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