#6D9D34

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

Shades of Sushi #6D9D34

Tints of Sushi #6D9D34

Color information

#6D9D34 (or 0x6D9D34) is unknown color: approx Sushi. HEX triplet: 6D, 9D and 34. RGB value is (109,157,52). Sum of RGB (Red+Green+Blue) = 109+157+52=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9D34 is #9262CB. Grayscale: #838383. Windows color (decimal): -9593548 or 3448173. OLE color: 3448173.

HSL color Cylindrical-coordinate representation of color #6D9D34: hue angle of 87.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D9D34 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB10915752-
CMYK0.3100.670.38
HSL87.43º50.24%40.98%-
HSV(B)87.43º66.88%61.57%-
XYZ18.9827.617.58-
YUV130.6883.6112.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=34.28%
G=49.37%
B=16.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109157520.3100.670.3887.4350.2440.98
Hex6D9D341F04326573229
Octal15523564370103461276251
Binary11011011001110111010011111010000111001101010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,52); }

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

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

 a { background-color: rgb(109,157,52); }

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

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

 span { border-color: rgb(109,157,52); }

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