#6B9B3D

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

Shades of Limeade #6B9B3D

Tints of Limeade #6B9B3D

Color information

#6B9B3D (or 0x6B9B3D) is unknown color: approx Limeade. HEX triplet: 6B, 9B and 3D. RGB value is (107,155,61). Sum of RGB (Red+Green+Blue) = 107+155+61=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9B3D is #9464C2. Grayscale: #828282. Windows color (decimal): -9725123 or 4037483. OLE color: 4037483.

HSL color Cylindrical-coordinate representation of color #6B9B3D: hue angle of 90.64º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B9B3D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB10715561-
CMYK0.3100.610.39
HSL90.64º43.52%42.35%-
HSV(B)90.64º60.65%60.78%-
XYZ18.6326.918.63-
YUV129.9389.1111.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=33.13%
G=47.99%
B=18.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107155610.3100.610.3990.6443.5242.35
Hex6B9B3D1F03D275b2c2a
Octal1532337537075471335452
Binary1101011100110111111011111101111011001111011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,61); }

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

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

 a { background-color: rgb(107,155,61); }

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

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

 span { border-color: rgb(107,155,61); }

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