#6D983F

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

Shades of Sushi #6D983F

Tints of Sushi #6D983F

Color information

#6D983F (or 0x6D983F) is unknown color: approx Sushi. HEX triplet: 6D, 98 and 3F. RGB value is (109,152,63). Sum of RGB (Red+Green+Blue) = 109+152+63=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #6D983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D983F is #9267C0. Grayscale: #818181. Windows color (decimal): -9594817 or 4167789. OLE color: 4167789.

HSL color Cylindrical-coordinate representation of color #6D983F: hue angle of 88.99º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D983F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB10915263-
CMYK0.2800.590.40
HSL88.99º41.4%42.16%-
HSV(B)88.99º58.55%59.61%-
XYZ18.4326.078.76-
YUV12990.75113.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 63 (25% from 255) = 19.44%
R=33.64%
G=46.91%
B=19.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109152630.2800.590.4088.9941.442.16
Hex6D983F1C03B2859292a
Octal1552307734073501315152
Binary1101101100110001111111110001110111010001011001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D983F; }

 p { color: rgb(109,152,63); }

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

<style>
 a { background-color: #6D983F; }

 a { background-color: rgb(109,152,63); }

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

<style>
 span { border-color: #6D983F; }

 span { border-color: rgb(109,152,63); }

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