#6B9F2D

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

Shades of Limeade #6B9F2D

Tints of Limeade #6B9F2D

Color information

#6B9F2D (or 0x6B9F2D) is unknown color: approx Limeade. HEX triplet: 6B, 9F and 2D. RGB value is (107,159,45). Sum of RGB (Red+Green+Blue) = 107+159+45=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9F2D is #9460D2. Grayscale: #828282. Windows color (decimal): -9724115 or 2989931. OLE color: 2989931.

HSL color Cylindrical-coordinate representation of color #6B9F2D: hue angle of 87.37º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B9F2D is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB10715945-
CMYK0.3300.720.38
HSL87.37º55.88%40%-
HSV(B)87.37º71.7%62.35%-
XYZ18.9428.116.91-
YUV130.4679.77111.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 159 (62.5% from 255) = 51.13%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=34.41%
G=51.13%
B=14.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107159450.3300.720.3887.3755.8840
Hex6B9F2D2104826573828
Octal15323755410110461277050
Binary110101110011111101101100001010010001001101010111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,159,45); }

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

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

 a { background-color: rgb(107,159,45); }

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

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

 span { border-color: rgb(107,159,45); }

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