#6D983C

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

Shades of Sushi #6D983C

Tints of Sushi #6D983C

Color information

#6D983C (or 0x6D983C) is unknown color: approx Sushi. HEX triplet: 6D, 98 and 3C. RGB value is (109,152,60). Sum of RGB (Red+Green+Blue) = 109+152+60=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #6D983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D983C is #9267C3. Grayscale: #808080. Windows color (decimal): -9594820 or 3971181. OLE color: 3971181.

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

Color convert

RGB10915260-
CMYK0.2800.610.40
HSL88.04º43.4%41.57%-
HSV(B)88.04º60.53%59.61%-
XYZ18.3526.038.33-
YUV128.6689.25113.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=33.96%
G=47.35%
B=18.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109152600.2800.610.4088.0443.441.57
Hex6D983C1C03D28582b2a
Octal1552307434075501305352
Binary1101101100110001111001110001111011010001011000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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