#7CA92E

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

Shades of Sushi #7CA92E

Tints of Sushi #7CA92E

Color information

#7CA92E (or 0x7CA92E) is unknown color: approx Sushi. HEX triplet: 7C, A9 and 2E. RGB value is (124,169,46). Sum of RGB (Red+Green+Blue) = 124+169+46=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA92E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA92E is #8356D1. Grayscale: #8D8D8D. Windows color (decimal): -8607442 or 3058044. OLE color: 3058044.

HSL color Cylindrical-coordinate representation of color #7CA92E: hue angle of 81.95º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CA92E is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB12416946-
CMYK0.2700.730.34
HSL81.95º57.21%42.16%-
HSV(B)81.95º72.78%66.27%-
XYZ22.9932.867.72-
YUV141.5274.09115.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=36.58%
G=49.85%
B=13.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169460.2700.730.3481.9557.2142.16
Hex7CA92E1B0492252392a
Octal17425156330111421227152
Binary11111001010100110111011011010010011000101010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,46); }

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

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

 a { background-color: rgb(124,169,46); }

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

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

 span { border-color: rgb(124,169,46); }

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