Html Css Color HEX #6DA134 Sushi

📋 copy color: '#6DA134'

red 109 ◦ green 161 ◦ blue 52

#6DA134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #6DA134

Tints of Sushi #6DA134

RGB

 RED value IS 109 (42.97% from 255) = 33.85%

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 33.85%
G = 50%
B = 16.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#6DA134 (or 0x6DA134) is known color: Sushi. HEX triplet: 6D, A1 and 34. RGB value is (109,161,52). Sum of RGB (Red+Green+Blue) = 109+161+52=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA134 is #925ECB. Grayscale: #858585. Windows color (decimal): -9592524 or 3449197. OLE color: 3449197.

HSL color Cylindrical-coordinate representation of color #6DA134: hue angle of 88.62º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DA134 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 161 52 -
CMYK 0.32 0 0.68 0.37
HSL 88.62º 0.51% 0.42% -
HSV(B) 88.62º 0.68% 0.63% -
XYZ 19.67 28.99 7.81 -
YUV 133.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 109 161 52 0.32 0 0.68 0.37 88.62 0.51 0.42
Hex 6D A1 34 20 0 44 25 59 33 2A
Octal 155 241 64 40 0 104 45 131 63 52
Binary 1101101 10100001 110100 100000 0 1000100 100101 1011001 110011 101010

Color Harmonies of #6DA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA134

Black with #6DA134

Text Example


Text Example

White with #6DA134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DA134;
 }
 .AnyTagClassName
 {
   color: #6DA134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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