#6BA034

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

Shades of Limeade #6BA034

Tints of Limeade #6BA034

Color information

#6BA034 (or 0x6BA034) is unknown color: approx Limeade. HEX triplet: 6B, A0 and 34. RGB value is (107,160,52). Sum of RGB (Red+Green+Blue) = 107+160+52=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA034 is #945FCB. Grayscale: #848484. Windows color (decimal): -9723852 or 3448939. OLE color: 3448939.

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

Color convert

RGB10716052-
CMYK0.3300.680.37
HSL89.44º50.94%41.57%-
HSV(B)89.44º67.5%62.75%-
XYZ19.2528.527.74-
YUV131.8482.94110.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=33.54%
G=50.16%
B=16.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160520.3300.680.3789.4450.9441.57
Hex6BA034210442559332a
Octal15324064410104451316352
Binary110101110100000110100100001010001001001011011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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