#7CB53A

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

Shades of Sushi #7CB53A

Tints of Sushi #7CB53A

Color information

#7CB53A (or 0x7CB53A) is unknown color: approx Sushi. HEX triplet: 7C, B5 and 3A. RGB value is (124,181,58). Sum of RGB (Red+Green+Blue) = 124+181+58=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB53A is #834AC5. Grayscale: #969696. Windows color (decimal): -8604358 or 3847548. OLE color: 3847548.

HSL color Cylindrical-coordinate representation of color #7CB53A: hue angle of 87.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CB53A is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB12418158-
CMYK0.3100.680.29
HSL87.8º51.46%46.86%-
HSV(B)87.8º67.96%70.98%-
XYZ25.637.649.92-
YUV149.9476.12109.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=34.16%
G=49.86%
B=15.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124181580.3100.680.2987.851.4646.86
Hex7CB53A1F0441D58332f
Octal17426572370104351306357
Binary1111100101101011110101111101000100111011011000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,58); }

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

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

 a { background-color: rgb(124,181,58); }

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

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

 span { border-color: rgb(124,181,58); }

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