#7CA133

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

Shades of Sushi #7CA133

Tints of Sushi #7CA133

Color information

#7CA133 (or 0x7CA133) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 33. RGB value is (124,161,51). Sum of RGB (Red+Green+Blue) = 124+161+51=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA133 is #835ECC. Grayscale: #898989. Windows color (decimal): -8609485 or 3383676. OLE color: 3383676.

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

Color convert

RGB12416151-
CMYK0.2300.680.37
HSL80.18º51.89%41.57%-
HSV(B)80.18º68.32%63.14%-
XYZ21.6530.017.78-
YUV137.479.24118.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=36.90%
G=47.92%
B=15.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161510.2300.680.3780.1851.8941.57
Hex7CA133170442550342a
Octal17424163270104451206452
Binary11111001010000111001110111010001001001011010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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