#6B9832

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

Shades of Limeade #6B9832

Tints of Limeade #6B9832

Color information

#6B9832 (or 0x6B9832) is unknown color: approx Limeade. HEX triplet: 6B, 98 and 32. RGB value is (107,152,50). Sum of RGB (Red+Green+Blue) = 107+152+50=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9832 is #9467CD. Grayscale: #7F7F7F. Windows color (decimal): -9725902 or 3315819. OLE color: 3315819.

HSL color Cylindrical-coordinate representation of color #6B9832: hue angle of 86.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B9832 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB10715250-
CMYK0.3000.670.40
HSL86.47º50.5%39.61%-
HSV(B)86.47º67.11%59.61%-
XYZ17.8725.817.06-
YUV126.9284.59113.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=34.63%
G=49.19%
B=16.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107152500.3000.670.4086.4750.539.61
Hex6B98321E04328563228
Octal15323062360103501266250
Binary11010111001100011001011110010000111010001010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,50); }

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

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

 a { background-color: rgb(107,152,50); }

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

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

 span { border-color: rgb(107,152,50); }

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