Html Css Color HEX #6BA131 Limeade

📋 copy color: '#6BA131'

red 107 ◦ green 161 ◦ blue 49

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

Shades of Limeade #6BA131

Tints of Limeade #6BA131

RGB

 RED value IS 107 (42.19% from 255) = 33.75%

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

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

R = 33.75%
G = 50.79%
B = 15.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#6BA131 (or 0x6BA131) is known color: Limeade. HEX triplet: 6B, A1 and 31. RGB value is (107,161,49). Sum of RGB (Red+Green+Blue) = 107+161+49=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA131 is #945ECE. Grayscale: #848484. Windows color (decimal): -9723599 or 3252587. OLE color: 3252587.

HSL color Cylindrical-coordinate representation of color #6BA131: hue angle of 88.93º 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 #6BA131 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 49 -
CMYK 0.34 0 0.70 0.37
HSL 88.93º 0.53% 0.41% -
HSV(B) 88.93º 0.7% 0.63% -
XYZ 19.36 28.84 7.45 -
YUV 132.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 107 161 49 0.34 0 0.70 0.37 88.93 0.53 0.41
Hex 6B A1 31 22 0 46 25 59 35 29
Octal 153 241 61 42 0 106 45 131 65 51
Binary 1101011 10100001 110001 100010 0 1000110 100101 1011001 110101 101001

Color Harmonies of #6BA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA131

Black with #6BA131

Text Example


Text Example

White with #6BA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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