Html Css Color HEX #6BA034 Limeade

📋 copy color: '#6BA034'

red 107 ◦ green 160 ◦ blue 52

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

Shades of Limeade #6BA034

Tints of Limeade #6BA034

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.7% from 255) = 16.3%

R = 33.54%
G = 50.16%
B = 16.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#6BA034 (or 0x6BA034) is known color: 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

RGB 107 160 52 -
CMYK 0.33 0 0.68 0.37
HSL 89.44º 0.51% 0.42% -
HSV(B) 89.44º 0.68% 0.63% -
XYZ 19.25 28.52 7.74 -
YUV 131.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 107 160 52 0.33 0 0.68 0.37 89.44 0.51 0.42
Hex 6B A0 34 21 0 44 25 59 33 2A
Octal 153 240 64 41 0 104 45 131 63 52
Binary 1101011 10100000 110100 100001 0 1000100 100101 1011001 110011 101010

Color Harmonies of #6BA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA034

Black with #6BA034

Text Example


Text Example

White with #6BA034

Text Example


Text Example

HTML Codes & Css Web 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>