#6FB531

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

Shades of Lima #6FB531

Tints of Lima #6FB531

Color information

#6FB531 (or 0x6FB531) is unknown color: approx Lima. HEX triplet: 6F, B5 and 31. RGB value is (111,181,49). Sum of RGB (Red+Green+Blue) = 111+181+49=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB531 is #904ACE. Grayscale: #919191. Windows color (decimal): -9456335 or 3257711. OLE color: 3257711.

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

Color convert

RGB11118149-
CMYK0.3900.730.29
HSL91.82º57.39%45.1%-
HSV(B)91.82º72.93%70.98%-
XYZ23.6336.658.73-
YUV145.0273.81103.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=32.55%
G=53.08%
B=14.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111181490.3900.730.2991.8257.3945.1
Hex6FB531270491D5c392d
Octal15726561470111351347155
Binary11011111011010111000110011101001001111011011100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,49); }

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

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

 a { background-color: rgb(111,181,49); }

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

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

 span { border-color: rgb(111,181,49); }

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