#6B9935

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

Shades of Limeade #6B9935

Tints of Limeade #6B9935

Color information

#6B9935 (or 0x6B9935) is unknown color: approx Limeade. HEX triplet: 6B, 99 and 35. RGB value is (107,153,53). Sum of RGB (Red+Green+Blue) = 107+153+53=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9935 is #9466CA. Grayscale: #808080. Windows color (decimal): -9725643 or 3512683. OLE color: 3512683.

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

Color convert

RGB10715353-
CMYK0.3000.650.4
HSL87.6º48.54%40.39%-
HSV(B)87.6º65.36%60%-
XYZ18.126.177.46-
YUV127.8585.76113.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=34.19%
G=48.88%
B=16.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153530.3000.650.487.648.5440.39
Hex6B99351E04128583128
Octal15323165360101501306150
Binary11010111001100111010111110010000011010001011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,53); }

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

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

 a { background-color: rgb(107,153,53); }

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

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

 span { border-color: rgb(107,153,53); }

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