#7CA12D

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

Shades of Sushi #7CA12D

Tints of Sushi #7CA12D

Color information

#7CA12D (or 0x7CA12D) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 2D. RGB value is (124,161,45). Sum of RGB (Red+Green+Blue) = 124+161+45=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA12D is #835ED2. Grayscale: #898989. Windows color (decimal): -8609491 or 2990460. OLE color: 2990460.

HSL color Cylindrical-coordinate representation of color #7CA12D: hue angle of 79.14º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CA12D is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB12416145-
CMYK0.2300.720.37
HSL79.14º56.31%40.39%-
HSV(B)79.14º72.05%63.14%-
XYZ21.5329.967.13-
YUV136.7176.24118.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=37.58%
G=48.79%
B=13.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161450.2300.720.3779.1456.3140.39
Hex7CA12D17048254f3828
Octal17424155270110451177050
Binary11111001010000110110110111010010001001011001111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,161,45); }

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

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

 a { background-color: rgb(124,161,45); }

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

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

 span { border-color: rgb(124,161,45); }

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