#6B9932

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

Shades of Limeade #6B9932

Tints of Limeade #6B9932

Color information

#6B9932 (or 0x6B9932) is unknown color: approx Limeade. HEX triplet: 6B, 99 and 32. RGB value is (107,153,50). Sum of RGB (Red+Green+Blue) = 107+153+50=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9932 is #9466CD. Grayscale: #7F7F7F. Windows color (decimal): -9725646 or 3316075. OLE color: 3316075.

HSL color Cylindrical-coordinate representation of color #6B9932: hue angle of 86.8º degrees, saturation: 0.51, 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 #6B9932 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10715350-
CMYK0.3000.670.4
HSL86.8º50.74%39.8%-
HSV(B)86.8º67.32%60%-
XYZ18.0326.147.11-
YUV127.584.26113.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=34.52%
G=49.35%
B=16.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153500.3000.670.486.850.7439.8
Hex6B99321E04328573328
Octal15323162360103501276350
Binary11010111001100111001011110010000111010001010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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