#6FB732

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

Shades of Lima #6FB732

Tints of Lima #6FB732

Color information

#6FB732 (or 0x6FB732) is unknown color: approx Lima. HEX triplet: 6F, B7 and 32. RGB value is (111,183,50). Sum of RGB (Red+Green+Blue) = 111+183+50=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB732 is #9048CD. Grayscale: #929292. Windows color (decimal): -9455822 or 3323759. OLE color: 3323759.

HSL color Cylindrical-coordinate representation of color #6FB732: hue angle of 92.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FB732 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB11118350-
CMYK0.3900.730.28
HSL92.48º57.08%45.69%-
HSV(B)92.48º72.68%71.76%-
XYZ24.0637.488.98-
YUV146.3173.65102.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.27%
GREEN value IS 183 (71.88% from 255) = 53.20%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=32.27%
G=53.20%
B=14.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111183500.3900.730.2892.4857.0845.69
Hex6FB732270491C5c392e
Octal15726762470111341347156
Binary11011111011011111001010011101001001111001011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,50); }

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

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

 a { background-color: rgb(111,183,50); }

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

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

 span { border-color: rgb(111,183,50); }

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