#7CA232

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

Shades of Sushi #7CA232

Tints of Sushi #7CA232

Color information

#7CA232 (or 0x7CA232) is unknown color: approx Sushi. HEX triplet: 7C, A2 and 32. RGB value is (124,162,50). Sum of RGB (Red+Green+Blue) = 124+162+50=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA232 is #835DCD. Grayscale: #8A8A8A. Windows color (decimal): -8609230 or 3318396. OLE color: 3318396.

HSL color Cylindrical-coordinate representation of color #7CA232: hue angle of 80.36º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CA232 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB12416250-
CMYK0.2300.690.36
HSL80.36º52.83%41.57%-
HSV(B)80.36º69.14%63.53%-
XYZ21.8130.367.73-
YUV137.8778.41118.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=36.90%
G=48.21%
B=14.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124162500.2300.690.3680.3652.8341.57
Hex7CA232170452450352a
Octal17424262270105441206552
Binary11111001010001011001010111010001011001001010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,162,50); }

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

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

 a { background-color: rgb(124,162,50); }

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

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

 span { border-color: rgb(124,162,50); }

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