#6BA035

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

Shades of Limeade #6BA035

Tints of Limeade #6BA035

Color information

#6BA035 (or 0x6BA035) is unknown color: approx Limeade. HEX triplet: 6B, A0 and 35. RGB value is (107,160,53). Sum of RGB (Red+Green+Blue) = 107+160+53=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA035 is #945FCA. Grayscale: #848484. Windows color (decimal): -9723851 or 3514475. OLE color: 3514475.

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

Color convert

RGB10716053-
CMYK0.3300.670.37
HSL89.72º50.23%41.76%-
HSV(B)89.72º66.87%62.75%-
XYZ19.2828.527.86-
YUV131.9583.44110.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 160 (62.89% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=33.44%
G=50%
B=16.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160530.3300.670.3789.7250.2341.76
Hex6BA03521043255a322a
Octal15324065410103451326252
Binary110101110100000110101100001010000111001011011010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,53); }

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

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

 a { background-color: rgb(107,160,53); }

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

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

 span { border-color: rgb(107,160,53); }

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