#7A9F28

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

Shades of Sushi #7A9F28

Tints of Sushi #7A9F28

Color information

#7A9F28 (or 0x7A9F28) is unknown color: approx Sushi. HEX triplet: 7A, 9F and 28. RGB value is (122,159,40). Sum of RGB (Red+Green+Blue) = 122+159+40=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9F28 is #8560D7. Grayscale: #868686. Windows color (decimal): -8741080 or 2662266. OLE color: 2662266.

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

Color convert

RGB12215940-
CMYK0.2300.750.38
HSL78.66º59.8%39.02%-
HSV(B)78.66º74.84%62.35%-
XYZ20.8129.096.53-
YUV134.3774.74119.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=38.01%
G=49.53%
B=12.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122159400.2300.750.3878.6659.839.02
Hex7A9F281704B264f3c27
Octal17223750270113461177447
Binary11110101001111110100010111010010111001101001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,159,40); }

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

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

 a { background-color: rgb(122,159,40); }

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

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

 span { border-color: rgb(122,159,40); }

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