#7fad34

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

Shades of Sushi #7FAD34

Tints of Sushi #7FAD34

Color information

#7FAD34 (or 0x7FAD34) is unknown color: approx Sushi. HEX triplet: 7F, AD and 34. RGB value is (127,173,52). Sum of RGB (Red+Green+Blue) = 127+173+52=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD34 is #8052CB. Grayscale: #919191. Windows color (decimal): -8409804 or 3452287. OLE color: 3452287.

HSL color Cylindrical-coordinate representation of color #7FAD34: hue angle of 82.81º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FAD34 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB12717352-
CMYK0.2700.700.32
HSL82.81º53.78%44.12%-
HSV(B)82.81º69.94%67.84%-
XYZ24.3234.658.65-
YUV145.4575.26114.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 173 (67.97% from 255) = 49.15%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=36.08%
G=49.15%
B=14.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127173520.2700.700.3282.8153.7844.12
Hex7FAD341B0462053362c
Octal17725564330106401236654
Binary11111111010110111010011011010001101000001010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fad34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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