#7CA83A

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

Shades of Sushi #7CA83A

Tints of Sushi #7CA83A

Color information

#7CA83A (or 0x7CA83A) is unknown color: approx Sushi. HEX triplet: 7C, A8 and 3A. RGB value is (124,168,58). Sum of RGB (Red+Green+Blue) = 124+168+58=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA83A is #8357C5. Grayscale: #8E8E8E. Windows color (decimal): -8607686 or 3844220. OLE color: 3844220.

HSL color Cylindrical-coordinate representation of color #7CA83A: hue angle of 84º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CA83A is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB12416858-
CMYK0.2600.650.34
HSL84º48.67%44.31%-
HSV(B)84º65.48%65.88%-
XYZ23.0832.69.08-
YUV142.380.42114.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 168 (66.02% from 255) = 48%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=35.43%
G=48%
B=16.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124168580.2600.650.348448.6744.31
Hex7CA83A1A0412254312c
Octal17425072320101421246154
Binary11111001010100011101011010010000011000101010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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