Html Css Color HEX #6DA032 Sushi

📋 copy color: '#6DA032'

red 109 ◦ green 160 ◦ blue 50

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

Shades of Sushi #6DA032

Tints of Sushi #6DA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 34.17%
G = 50.16%
B = 15.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#6DA032 (or 0x6DA032) is known color: Sushi. HEX triplet: 6D, A0 and 32. RGB value is (109,160,50). Sum of RGB (Red+Green+Blue) = 109+160+50=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA032 is #925FCD. Grayscale: #848484. Windows color (decimal): -9592782 or 3317869. OLE color: 3317869.

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

Color convert

RGB 109 160 50 -
CMYK 0.32 0 0.69 0.37
HSL 87.82º 0.52% 0.41% -
HSV(B) 87.82º 0.69% 0.63% -
XYZ 19.45 28.62 7.52 -
YUV 132.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 109 160 50 0.32 0 0.69 0.37 87.82 0.52 0.41
Hex 6D A0 32 20 0 45 25 58 34 29
Octal 155 240 62 40 0 105 45 130 64 51
Binary 1101101 10100000 110010 100000 0 1000101 100101 1011000 110100 101001

Color Harmonies of #6DA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA032

Black with #6DA032

Text Example


Text Example

White with #6DA032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,160,50); }

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

background-color css

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

 a { background-color: rgb(109,160,50); }

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

border-color css

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

 span { border-color: rgb(109,160,50); }

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