#6da535

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

Shades of Sushi #6DA535

Tints of Sushi #6DA535

Color information

#6DA535 (or 0x6DA535) is unknown color: approx Sushi. HEX triplet: 6D, A5 and 35. RGB value is (109,165,53). Sum of RGB (Red+Green+Blue) = 109+165+53=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA535 is #925ACA. Grayscale: #878787. Windows color (decimal): -9591499 or 3515757. OLE color: 3515757.

HSL color Cylindrical-coordinate representation of color #6DA535: hue angle of 90º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DA535 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB10916553-
CMYK0.3400.680.35
HSL90º51.38%42.75%-
HSV(B)90º67.88%64.71%-
XYZ20.430.428.16-
YUV135.4981.45109.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=33.33%
G=50.46%
B=16.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165530.3400.680.359051.3842.75
Hex6DA53522044235a332b
Octal15524565420104431326353
Binary110110110100101110101100010010001001000111011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6da535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,53); }

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

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

 a { background-color: rgb(109,165,53); }

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

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

 span { border-color: rgb(109,165,53); }

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