#7CA82F

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

Shades of Sushi #7CA82F

Tints of Sushi #7CA82F

Color information

#7CA82F (or 0x7CA82F) is unknown color: approx Sushi. HEX triplet: 7C, A8 and 2F. RGB value is (124,168,47). Sum of RGB (Red+Green+Blue) = 124+168+47=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA82F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA82F is #8357D0. Grayscale: #8D8D8D. Windows color (decimal): -8607697 or 3123324. OLE color: 3123324.

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

Color convert

RGB12416847-
CMYK0.2600.720.34
HSL81.82º56.28%42.16%-
HSV(B)81.82º72.02%65.88%-
XYZ22.8332.57.76-
YUV141.0574.92115.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=36.58%
G=49.56%
B=13.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124168470.2600.720.3481.8256.2842.16
Hex7CA82F1A0482252382a
Octal17425057320110421227052
Binary11111001010100010111111010010010001000101010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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