#6C9933

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

Shades of Limeade #6C9933

Tints of Limeade #6C9933

Color information

#6C9933 (or 0x6C9933) is unknown color: approx Limeade. HEX triplet: 6C, 99 and 33. RGB value is (108,153,51). Sum of RGB (Red+Green+Blue) = 108+153+51=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #6C9933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9933 is #9366CC. Grayscale: #808080. Windows color (decimal): -9660109 or 3381612. OLE color: 3381612.

HSL color Cylindrical-coordinate representation of color #6C9933: 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 #6C9933 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10815351-
CMYK0.2900.670.4
HSL86.47º50%40%-
HSV(B)86.47º66.67%60%-
XYZ18.1726.217.23-
YUV127.9284.59113.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=34.62%
G=49.04%
B=16.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108153510.2900.670.486.475040
Hex6C99331D04328563228
Octal15423163350103501266250
Binary11011001001100111001111101010000111010001010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,51); }

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

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

 a { background-color: rgb(108,153,51); }

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

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

 span { border-color: rgb(108,153,51); }

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