#7FAD41

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

Shades of Sushi #7FAD41

Tints of Sushi #7FAD41

Color information

#7FAD41 (or 0x7FAD41) is unknown color: approx Sushi. HEX triplet: 7F, AD and 41. RGB value is (127,173,65). Sum of RGB (Red+Green+Blue) = 127+173+65=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD41 is #8052BE. Grayscale: #939393. Windows color (decimal): -8409791 or 4304255. OLE color: 4304255.

HSL color Cylindrical-coordinate representation of color #7FAD41: hue angle of 85.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FAD41 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB12717365-
CMYK0.2700.620.32
HSL85.56º45.38%46.67%-
HSV(B)85.56º62.43%67.84%-
XYZ24.6534.7810.42-
YUV146.9381.76113.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=34.79%
G=47.40%
B=17.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127173650.2700.620.3285.5645.3846.67
Hex7FAD411B03E20562d2f
Octal17725510133076401265557
Binary11111111010110110000011101101111101000001010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,65); }

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

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

 a { background-color: rgb(127,173,65); }

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

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

 span { border-color: rgb(127,173,65); }

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