Html Css Color HEX #6EA131 Sushi

📋 copy color: '#6EA131'

red 110 ◦ green 161 ◦ blue 49

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

Shades of Sushi #6EA131

Tints of Sushi #6EA131

RGB

 RED value IS 110 (43.36% from 255) = 34.38%

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

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 34.38%
G = 50.31%
B = 15.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#6EA131 (or 0x6EA131) is known color: Sushi. HEX triplet: 6E, A1 and 31. RGB value is (110,161,49). Sum of RGB (Red+Green+Blue) = 110+161+49=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA131 is #915ECE. Grayscale: #858585. Windows color (decimal): -9526991 or 3252590. OLE color: 3252590.

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

Color convert

RGB 110 161 49 -
CMYK 0.32 0 0.70 0.37
HSL 87.32º 0.53% 0.41% -
HSV(B) 87.32º 0.7% 0.63% -
XYZ 19.73 29.03 7.47 -
YUV 132.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 110 161 49 0.32 0 0.70 0.37 87.32 0.53 0.41
Hex 6E A1 31 20 0 46 25 57 35 29
Octal 156 241 61 40 0 106 45 127 65 51
Binary 1101110 10100001 110001 100000 0 1000110 100101 1010111 110101 101001

Color Harmonies of #6EA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA131

Black with #6EA131

Text Example


Text Example

White with #6EA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,49); }

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

background-color css

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

 a { background-color: rgb(110,161,49); }

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

border-color css

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

 span { border-color: rgb(110,161,49); }

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